Skip to content

Commit 31e7c98

Browse files
authored
Remove sine example from CI to fix ci (#118)
1 parent f3620f6 commit 31e7c98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/coreaudio-rs.yml

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
toolchain: stable
1919
- name: cargo test
2020
run: cargo test --verbose
21-
- name: Run sign example
22-
run: cargo run --example sine
2321
# TODO: These don't work as of 2020-12-06, but they should.
2422
# - name: cargo test - no features
2523
# run: cargo test --no-default-features --verbose

0 commit comments

Comments
 (0)