fix cargo run command

This commit is contained in:
Tadeo hepperle
2024-01-26 17:52:57 +01:00
parent 1b4e371051
commit d679e95edd
+1 -2
View File
@@ -383,6 +383,5 @@ jobs:
- name: Run tests
uses: actions-rs/cargo@v1.0.3
with:
command: cargo
args: run
command: run
working-directory: testing/no-std-tests