Skip to content

Commit f9e9df7

Browse files
committed
fix build
1 parent e6ba7f4 commit f9e9df7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ 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: RUSTFLAGS="-A dead_code" cargo build
5050

5151
- name: ⚡️ Check
5252
id: check
53-
run: cargo check
53+
run: RUSTFLAGS="-A dead_code" cargo check
5454

5555
- name: 🦺 Test
5656
id: test
57-
run: cargo test
57+
run: RUSTFLAGS="-A dead_code" cargo test

0 commit comments

Comments
 (0)