Skip to content

Commit

Permalink
Fix test pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
kubaplas committed Aug 5, 2024
1 parent 19e060f commit b1e806a
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 @@ -66,6 +66,7 @@ test-examples-on-odravm:
cd examples/ourcoin && cargo odra test

test-examples-on-casper:
mkdir -p examples/wasm
cp modules/wasm/Erc20.wasm examples/wasm/
cd examples && cargo odra test -b casper
cd examples/ourcoin && cargo odra test -b casper
Expand Down

0 comments on commit b1e806a

Please sign in to comment.