adjust pipeline

This commit is contained in:
Tadeo hepperle
2024-01-29 11:46:34 +01:00
parent d679e95edd
commit 7954815317
+4 -5
View File
@@ -380,8 +380,7 @@ jobs:
uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
# Note: in `no_std` no real tests are possible, we just run a binary with some tests in it which panic upon failure.
- name: Run tests
uses: actions-rs/cargo@v1.0.3
with:
command: run
working-directory: testing/no-std-tests
- name: Run no_std tests
run: |
cargo run
working-directory: testing/no-std-tests