update pipeline

This commit is contained in:
Tadeo hepperle
2024-01-26 15:52:33 +01:00
parent 8aa4bec90b
commit 55cfb232b1
+4 -3
View File
@@ -382,6 +382,7 @@ jobs:
# 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
run: |
cargo run
working-directory: testing/no-std-tests
with:
command: cargo
args: run
working-directory: testing/no-std-tests