From d6eac6ce965110e988195e6fbb182cd141cea02b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20P=C5=82askonka?= Date: Wed, 13 Dec 2023 12:11:46 +0100 Subject: [PATCH] Install wasm32 target for testproject during ci --- justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/justfile b/justfile index a7960a9..2a48845 100644 --- a/justfile +++ b/justfile @@ -21,6 +21,8 @@ test-project-generation-on-future-odra: just test-testproject 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 && cargo odra generate -c plascoin cd testproject && cargo odra test cd testproject && cargo odra test -b casper