Skip to content

Commit

Permalink
Also install the wasm target
Browse files Browse the repository at this point in the history
  • Loading branch information
Bargsteen committed Oct 9, 2023
1 parent 66e8a32 commit 20829d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -826,8 +826,8 @@ jobs:
target: ${{ matrix.target }}
override: true

- name: Install Cargo Concordium
run: cargo install --locked cargo-concordium
- name: Install wasm target and Cargo Concordium
run: rustup target install wasm32-unknown-unknown && cargo install --locked cargo-concordium

- name: Run cargo concordium test
run: cargo concordium test --out "${{ matrix.crates }}/concordium-out/module.wasm.v1" -- --manifest-path "${{ matrix.crates }}/Cargo.toml"

0 comments on commit 20829d5

Please sign in to comment.