We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfce7ed commit e1d6eb8Copy full SHA for e1d6eb8
1 file changed
.github/workflows/on-target.yml
@@ -23,6 +23,7 @@ jobs:
23
uses: dtolnay/rust-toolchain@stable
24
with:
25
targets: thumbv7em-none-eabihf
26
+ - name: Run testsuite
27
run: |
28
export PATH=/opt/qemu/bin:$PATH
29
cd testsuite && cargo test --features qemu
0 commit comments