summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-09-11 22:03:21 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-09-11 22:03:21 +0200
commitb0ce7fb5fe1eda408ef40340ac86118f338ececd (patch)
tree2a9f357d2d3adaab05ac8898c286f1b539aa10c9 /.github
parentfee68d05ba85be2a358c48697bdeba2bc360b9c6 (diff)
ci: fix github action
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 47708fb..586e75b 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -51,6 +51,7 @@ jobs:
name: "armv7 (32-Bit Raspberry Pi)"
target: armv7-unknown-linux-gnueabihf
+ name: Run tests on ${{ matrix.os }}, ${{ matrix.name }})
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
@@ -70,6 +71,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: wasm
+ path: examples/rust/out
- name: Run tests
run: cargo test --workspace ${{ matrix.args }} && cargo run --example wasm-rust all