Skip to content

Commit

Permalink
Removes test step from wasm for test Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed Aug 20, 2024
1 parent c11f68c commit 264cdaf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions wasm_for_tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,10 @@ fmt:
fmt-check:
$(cargo) +$(nightly) fmt --check

test:
$(cargo) +$(nightly) test -- -Z unstable-options --report-time

clean:
$(cargo) clean

deps:
$(rustup) target add wasm32-unknown-unknown

.PHONY: all debug check clippy clippy-fix fmt fmt-check test clean deps
.PHONY: all debug check clippy clippy-fix fmt fmt-check clean deps

0 comments on commit 264cdaf

Please sign in to comment.