Remove make check-wasm in favour of cargo make ci-check-wasm (#3383)

This commit is contained in:
Przemyslaw Hugh Kaznowski 2024-01-25 15:45:44 +00:00 committed by GitHub
parent c5aca609cd
commit eeb9137ee6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,10 +29,6 @@ test: check-deps
check: check-deps
cargo make check
.PHONY: check-wasm
check-wasm: check-deps
cargo make check-wasm
.PHONY: clean
clean: check-deps
cargo make clean