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 6b30ea4 commit d244d7bCopy full SHA for d244d7b
.github/workflows/ci.yml
@@ -34,8 +34,6 @@ jobs:
34
run: rustup override set "${{ needs.rust-version.outputs.rust-version }}"
35
- name: Build
36
run: cargo build --workspace
37
- - name: 'Build with #![no_std]'
38
- run: cargo build --workspace --no-default-features
39
test:
40
name: Test
41
runs-on: ubuntu-latest
0 commit comments