Skip to content

Commit

Permalink
Tests CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Jan 28, 2025
1 parent 47c0a66 commit c1a8f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ prepare:

.PHONY: build-contract
build-contract:
RUSTFLAGS="$(RUSTFLAGS)" cargo build --release --target wasm32-unknown-unknown $(CARGO_BUILD_FLAGS) -p cep18
RUSTFLAGS="$(RUSTFLAGS)" cargo +$(PINNED_TOOLCHAIN) build --release --target wasm32-unknown-unknown $(CARGO_BUILD_FLAGS) -p cep18
wasm-strip $(WASM_TARGET_DIR)/$(word 1, $(WASM_FILES))

.PHONY: build-all-contracts
build-all-contracts: build-contract
RUSTFLAGS="$(RUSTFLAGS)" cargo build --release --target wasm32-unknown-unknown $(CARGO_BUILD_FLAGS) -p cep18-test-contract
RUSTFLAGS="$(RUSTFLAGS)" cargo +$(PINNED_TOOLCHAIN) build --release --target wasm32-unknown-unknown $(CARGO_BUILD_FLAGS) -p cep18-test-contract
wasm-strip $(WASM_TARGET_DIR)/$(word 2, $(WASM_FILES))

.PHONY: setup-test
Expand Down

0 comments on commit c1a8f26

Please sign in to comment.