Skip to content

Commit

Permalink
add wasm32 target before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
petersalomonsen committed Dec 26, 2023
1 parent 1b27a35 commit 6cb7f1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ jobs:
- name: Rust smart contract for access control
run: |
cd nearcontract
rustup target add wasm32-unknown-unknown
cargo test --package rust-simple-access-control -- --nocapture

0 comments on commit 6cb7f1b

Please sign in to comment.