This repository was archived by the owner on Feb 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,25 @@ release:
1313publish :
1414 wasm-pack publish --access public -t web
1515
16+ [macos ]
17+ test :
18+ cargo test -p mutiny-core --target=aarch64 -apple-darwin
19+ WASM_BINDGEN_TEST_TIMEOUT=120 wasm-pack test --headless --chrome ./ mutiny-core
20+ WASM_BINDGEN_TEST_TIMEOUT=120 wasm-pack test --headless --chrome ./ mutiny-wasm
21+
22+ [linux ]
1623test :
1724 cargo test -p mutiny-core --target=x86 _64 -unknown-linux-gnu
1825 WASM_BINDGEN_TEST_TIMEOUT=120 wasm-pack test --headless --chrome ./ mutiny-core
1926 WASM_BINDGEN_TEST_TIMEOUT=120 wasm-pack test --headless --chrome ./ mutiny-wasm
2027
28+ [macos ]
29+ clippy :
30+ cargo clippy --all-features --tests --package mutiny-core --target=wasm32 -unknown-unknown -- -D warnings
31+ cargo clippy --all-features --tests --package mutiny-core --target=aarch64 -apple-darwin -- -D warnings
32+ cargo clippy --all-features --tests --package mutiny-wasm -- -D warnings
33+
34+ [linux ]
2135clippy :
2236 cargo clippy --all-features --tests --package mutiny-core --target=wasm32 -unknown-unknown -- -D warnings
2337 cargo clippy --all-features --tests --package mutiny-core --target=x86 _64 -unknown-linux-gnu -- -D warnings
You can’t perform that action at this time.
0 commit comments