diff --git a/.github/workflows/coreaudio-rs.yml b/.github/workflows/coreaudio-rs.yml index 2889171f8..46072b8e2 100644 --- a/.github/workflows/coreaudio-rs.yml +++ b/.github/workflows/coreaudio-rs.yml @@ -18,8 +18,6 @@ jobs: toolchain: stable - name: cargo test run: cargo test --verbose - - name: Run sign example - run: cargo run --example sine # TODO: These don't work as of 2020-12-06, but they should. # - name: cargo test - no features # run: cargo test --no-default-features --verbose