Skip to content

Commit e6ba7f4

Browse files
committed
fix build
1 parent 99ec7e2 commit e6ba7f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
- name: Run test migrations
4545
run: psql -f test-db/seed.sql postgresql://postgres:postgres@localhost:5432/postgres
4646

47-
- name: 📦 Build
48-
id: build
49-
run: cargo build
47+
# - name: 📦 Build
48+
# id: build
49+
# run: cargo build
5050

5151
- name: ⚡️ Check
5252
id: check

0 commit comments

Comments
 (0)