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 38cd866 commit 437b2fdCopy full SHA for 437b2fd
.github/workflows/ci.yml
@@ -41,3 +41,4 @@ jobs:
41
- run: "cargo clippy --verbose"
42
- run: "cargo +nightly build --verbose -Z build-std=core,panic_abort --target ${{ matrix.triple }} --release"
43
working-directory: ensure_no_std
44
+ - run: "./ensure_no_std/target/${{ matrix.triple }}/release/ensure_no_std"
0 commit comments