Skip to content

Commit 18b8a6f

Browse files
committed
no_std has to opt-out of default features
1 parent 94d1197 commit 18b8a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
target: ${{ matrix.target }}
7373
- name: Tests
7474
run: |
75-
cargo build -vv --target=${{ matrix.target }}
75+
cargo build -vv --target=${{ matrix.target }} --no-default-features
7676
cargo build -v -p test-nostd --target=${{ matrix.target }}
7777
7878
clippy:

0 commit comments

Comments
 (0)