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 6cafc73 commit fd8edc7Copy full SHA for fd8edc7
.github/workflows/ci.yml
@@ -37,7 +37,6 @@ jobs:
37
- run: "cargo test --verbose --doc"
38
- run: "cargo doc --verbose"
39
- run: "cargo build --verbose --release"
40
- - run: "cargo test --verbose --examples"
41
- run: "cargo outdated --verbose --aggresssive --root-deps-only --exit-code 1"
42
- run: "cargo clippy --verbose"
43
- run: "cargo +nightly build --verbose -Z build-std=core,panic_abort --target ${{ matrix.triple }} --release"
0 commit comments