diff --git a/justfile b/justfile index ebb3e19..accff17 100644 --- a/justfile +++ b/justfile @@ -32,7 +32,7 @@ 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 @@ -40,7 +40,7 @@ test-testproject: 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