From 97385255d4ec302e0a8c04bfb6c46caef7e87f46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 23 Mar 2021 12:31:17 +0100 Subject: [PATCH] CI: Change the dir take three --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9772f7aae..ccc33fd98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,12 +72,9 @@ jobs: override: true - name: Check - uses: actions-rs/cargo@v1 run: | cd matrix_sdk/examples/wasm_command_bot - with: - command: check - args: --target wasm32-unknown-unknown + cargo check --target wasm32-unknown-unknown test: name: ${{ matrix.name }}