Skip to content

Commit

Permalink
Fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
commonsensesoftware committed Dec 20, 2023
1 parent c6a9aa7 commit 2a37295
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
run: cargo install cargo2junit

- name: Cargo Build
run: |
cargo build
cargo build --features async
run: cargo build

- name: Cargo Test
run: cargo test -- -Z unstable-options --format json --report-time | cargo2junit > target/debug/results.xml
Expand Down

0 comments on commit 2a37295

Please sign in to comment.