Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Feb 29, 2024
1 parent 6096341 commit 11bd8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ setup-test: build-contract
cp $(CONTRACT_TARGET_DIR)/cep85_test_contract.wasm tests/wasm

test: setup-test
cd tests && cargo test -- --test-threads=1 --nocapture
cd tests && cargo test

clippy:
cd contract && cargo clippy --target wasm32-unknown-unknown --bins -- -D warnings
Expand Down

0 comments on commit 11bd8e1

Please sign in to comment.