Skip to content

Commit

Permalink
Temporarily remove no-default-features test
Browse files Browse the repository at this point in the history
The currently published version of coreaudio-sys fails with no features
enabled, however this has been fixed on master. This should be re-added
once coreaudio-sys 0.2.5 or above is published.
  • Loading branch information
mitchmindtree committed Jun 25, 2020
1 parent d126053 commit 5d59638
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/coreaudio-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
override: true
- name: cargo test
run: cargo test --verbose
- name: cargo test - no features
run: cargo test --no-default-features --verbose
# TODO: Re-add this once a new version of coreaudio-sys is
# published where `--no-default-features` works (fixed
# on master).
# - name: cargo test - no features
# run: cargo test --no-default-features --verbose
- name: cargo test - all features
run: cargo test --all-features --verbose

Expand Down

0 comments on commit 5d59638

Please sign in to comment.