From 31e7c98e126f3b9b71e5d2d052667c8f245b76a0 Mon Sep 17 00:00:00 2001 From: simlay Date: Fri, 7 Jun 2024 16:14:29 -0400 Subject: [PATCH] Remove sine example from CI to fix ci (#118) --- .github/workflows/coreaudio-rs.yml | 2 -- 1 file changed, 2 deletions(-) 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