Skip to content

Commit 2b8aaba

Browse files
committed
Update CI to properly test all feature combinations
1 parent 5880099 commit 2b8aaba

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/stable.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,16 @@ jobs:
2626
uses: actions-rs/cargo@v1
2727
with:
2828
command: test
29-
args: --features std,serde,lax_deserialize
30-
- name: Run external tests
29+
- name: Run tests (serde)
3130
uses: actions-rs/cargo@v1
3231
with:
3332
command: test
34-
args: -p js_int_ext_tests --all-features
33+
args: --features serde
34+
- name: Run tests (all features)
35+
uses: actions-rs/cargo@v1
36+
with:
37+
command: test
38+
args: --all-features
3539
- name: Run tests (release build)
3640
uses: actions-rs/cargo@v1
3741
with:

0 commit comments

Comments
 (0)