Skip to content

Commit

Permalink
Merge pull request #45 from Setheum-Labs/serp-pre-couple
Browse files Browse the repository at this point in the history
nightly-2020-11-16
  • Loading branch information
balqaasem authored Feb 24, 2021
2 parents 4b25af2 + e8c94bf commit 32b270e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ init:

.PHONY: check
check:
WASM_BUILD_TOOLCHAIN=nightly-2020-10-05 cargo check
WASM_BUILD_TOOLCHAIN=nightly-2020-11-16 cargo check

.PHONY: test
test:
WASM_BUILD_TOOLCHAIN=nightly-2020-10-05 cargo test --all
WASM_BUILD_TOOLCHAIN=nightly-2020-11-16 cargo test --all

.PHONY: run
run:
WASM_BUILD_TOOLCHAIN=nightly-2020-10-05 cargo run --release -- --dev --tmp
WASM_BUILD_TOOLCHAIN=nightly-2020-11-16 cargo run --release -- --dev --tmp

.PHONY: build
build:
WASM_BUILD_TOOLCHAIN=nightly-2020-10-05 cargo build --release
WASM_BUILD_TOOLCHAIN=nightly-2020-11-16 cargo build --release
3 changes: 2 additions & 1 deletion scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ if [ -z $CI_PROJECT_NAME ] ; then
rustup update stable
fi

rustup target add wasm32-unknown-unknown --toolchain nightly-2020-10-05
rustup default nightly-2020-11-16
rustup target add wasm32-unknown-unknown --toolchain nightly-2020-11-16

0 comments on commit 32b270e

Please sign in to comment.