Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
obsoleszenz committed Apr 17, 2022
1 parent f0ac825 commit 45d0e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: check
args: --all --bins --examples --tests --features decode-all
args: -p creek-core -p creek-decode-symphonia -p creek-encode-wav --tests --features decode-all

- name: tests
uses: actions-rs/cargo@v1
with:
command: test
args: --all
args: -p creek-core -p creek-decode-symphonia -p creek-encode-wav

0 comments on commit 45d0e80

Please sign in to comment.