diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ec3c3e78a8..e7efea4cb5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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