We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c3ced commit d5f9f06Copy full SHA for d5f9f06
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
target: ${{ matrix.target }}
73
- name: Tests
74
run: |
75
- cargo build -vv --target=${{ matrix.target }}
+ cargo build -vv --target=${{ matrix.target }} --no-default-features
76
cargo build -v -p test-nostd --target=${{ matrix.target }}
77
78
clippy:
0 commit comments