Skip to content

Commit

Permalink
Test removing toolchain installation from justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kubaplas committed Jan 22, 2024
1 parent dbc75f1 commit 7957634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ test-workspace-generation-on-future-odra:

test-testproject:
cd testproject && rustup target add wasm32-unknown-unknown
cd testproject && rustup component add rustfmt --toolchain nightly-2023-03-01-x86_64-unknown-linux-gnu
# cd testproject && rustup component add rustfmt --toolchain nightly-2023-03-01-x86_64-unknown-linux-gnu
cd testproject && cargo odra generate -c plascoin
cd testproject && cargo odra test
cd testproject && cargo odra test -b casper
cd testproject && cargo odra clean

test-workspace-project:
cd testproject && rustup target add wasm32-unknown-unknown
cd testproject && rustup component add rustfmt --toolchain nightly-2023-03-01-x86_64-unknown-linux-gnu
# cd testproject && rustup component add rustfmt --toolchain nightly-2023-03-01-x86_64-unknown-linux-gnu
cd testproject && cargo odra generate -c plascoin -m flipper
cd testproject && cargo odra test
cd testproject && cargo odra test -b casper
Expand Down

0 comments on commit 7957634

Please sign in to comment.