Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Remove simulation checks #1507

Merged
merged 14 commits into from
Nov 29, 2022
Prev Previous commit
Next Next commit
(fix): removed sim-test references
  • Loading branch information
Vvaradinov committed Nov 29, 2022
commit c40dfe48829545e102ce20626aee7a59efb30ed6
10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -344,16 +344,6 @@ test-solidity:
.PHONY: run-tests test test-all test-import test-rpc test-contract test-solidity $(TEST_TARGETS)


.PHONY: \
test-sim-nondeterminism \
test-sim-custom-genesis-fast \
test-sim-import-export \
test-sim-after-import \
test-sim-custom-genesis-multi-seed \
test-sim-multi-seed-short \
test-sim-multi-seed-long \
test-sim-benchmark-invariants

benchmark:
@go test -mod=readonly -bench=. $(PACKAGES_NOSIMULATION)
.PHONY: benchmark
Expand Down