From f6e3aa3e129fe64e3541c0c513769e88035827d3 Mon Sep 17 00:00:00 2001 From: Arpad Borsos Date: Sat, 9 Jul 2022 15:28:28 +0200 Subject: [PATCH] use run workspace --- .github/workflows/selftest.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/selftest.yml b/.github/workflows/selftest.yml index 70fcd3d..809d776 100644 --- a/.github/workflows/selftest.yml +++ b/.github/workflows/selftest.yml @@ -24,9 +24,9 @@ jobs: workspace-paths: tests - run: | - cd tests cargo check cargo test + working-directory: tests install: strategy: @@ -70,8 +70,8 @@ jobs: tests tests/wasm-workspace - - run: | - cd tests - cargo check - cd wasm-workspace - cargo check + - run: cargo check + working-directory: tests + + - run: cargo check + working-directory: tests/wasm-workspace