Skip to content

Commit c24b2fa

Browse files
authored
Merge pull request #147 from supabase-community/new-workspace
refactor: new workspace crate
2 parents b356e92 + 42b27cf commit c24b2fa

File tree

208 files changed

+25357
-283
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+25357
-283
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646

4747
- name: 📦 Build
4848
id: build
49-
run: cargo 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)