Skip to content

Commit

Permalink
ci: test JavaScript feature too
Browse files Browse the repository at this point in the history
  • Loading branch information
w-henderson committed Jan 25, 2024
1 parent cc1294d commit 5a9d023
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,10 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: -p stuart
args: -p stuart

- name: Run cargo test --all-features
uses: actions-rs/cargo@v1
with:
command: test
args: -p stuart --all-features

0 comments on commit 5a9d023

Please sign in to comment.