mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-06 15:04:11 -04:00
CI: Change the dir take three
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user