Skip to content

Commit 5d59638

Browse files
committed
Temporarily remove no-default-features test
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.
1 parent d126053 commit 5d59638

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/coreaudio-rs.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ jobs:
1616
override: true
1717
- name: cargo test
1818
run: cargo test --verbose
19-
- name: cargo test - no features
20-
run: cargo test --no-default-features --verbose
19+
# TODO: Re-add this once a new version of coreaudio-sys is
20+
# published where `--no-default-features` works (fixed
21+
# on master).
22+
# - name: cargo test - no features
23+
# run: cargo test --no-default-features --verbose
2124
- name: cargo test - all features
2225
run: cargo test --all-features --verbose
2326

0 commit comments

Comments
 (0)