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 190f544 commit f44b2ddCopy full SHA for f44b2dd
.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