Skip to content

Commit

Permalink
Install wasm32 target for testproject during ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kubaplas committed Dec 13, 2023
1 parent 73b8768 commit 2048d9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ test-project-generation-on-future-odra:
just test-testproject

test-testproject:
cd testproject && rustup target add wasm32-unknown-unknown
cd testproject && cargo odra generate -c plascoin
cd testproject && cargo odra test
cd testproject && cargo odra test -b casper
Expand Down

0 comments on commit 2048d9d

Please sign in to comment.