File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
22
22
rustup default stable
23
23
24
24
- name : Build (stable)
25
- run : cargo +stable build --all
25
+ run : cargo +stable build --workspace --exclude wasm-testsuite
26
26
27
27
- name : Run tests (stable)
28
- run : cargo +stable test --all
28
+ run : cargo +stable test --workspace --exclude wasm-testsuite
29
29
30
30
test-no-std :
31
31
name : Test without default features on nightly Rust
39
39
rustup default nightly
40
40
41
41
- name : Build (nightly, no default features)
42
- run : cargo +nightly build --all --no-default-features
42
+ run : cargo +nightly build --workspace --exclude wasm-testsuite --no-default-features
43
43
44
44
- name : Run tests (nightly, no default features)
45
- run : cargo +nightly test --all --no-default-features
45
+ run : cargo +nightly test --workspace --exclude wasm-testsuite --no-default-features
You can’t perform that action at this time.
0 commit comments