Skip to content

Commit 224fc9d

Browse files
Emilgardisjannic
authored andcommitted
check compilation with no features
1 parent dfb10b1 commit 224fc9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
with:
4343
key: ${{ matrix.TARGET }}
4444

45+
- run: cargo check --target ${{ matrix.TARGET }} --no-default-features
46+
env:
47+
RUSTFLAGS: -D warnings
4548
- run: cargo check --target ${{ matrix.TARGET }}
4649
env:
4750
RUSTFLAGS: -D warnings

0 commit comments

Comments
 (0)