Skip to content

Commit

Permalink
Typo and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
saulecabrera committed Jul 8, 2024
1 parent 5ef9eb3 commit 569e399
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cli-features.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tests extra CLI features as and their dependency with core features.
# Tests extra CLI features and their dependency with core features.
name: Test CLI Features
on:
push:
Expand All @@ -21,6 +21,3 @@ jobs:
run: |
cargo build --package=javy-core --target=wasm32-wasi --release --features=experimental_event_loop
cargo test --package=javy-cli --features=experimental_event_loop --release -- --nocapture

0 comments on commit 569e399

Please sign in to comment.