From 55cfb232b17eb36e860525d9bca2c073ce83544e Mon Sep 17 00:00:00 2001 From: Tadeo hepperle Date: Fri, 26 Jan 2024 15:52:33 +0100 Subject: [PATCH] update pipeline --- .github/workflows/rust.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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