aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3869851..ecbd7fa 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -537,8 +537,7 @@ jobs:
run: sed -i 's,//deny_warnings_placeholder_for_ci,#![deny(warnings)],' src/lib.rs
- name: Run-pass tests
- working-directory: ./rtic
- run: cargo xtask --target ${{ matrix.target }}
+ run: cargo xtask --verbose --target ${{ matrix.target }} qemu
# Run test suite
testsrtic: