Skip to content

Commit

Permalink
Run sine example in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
simlay committed Apr 8, 2024
1 parent 2eb7611 commit b829fb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 71 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/coreaudio-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macOS-12, macOS-13, macOS-14]
os: [macOS-latest]
steps:
- uses: actions/checkout@v4
- name: Install LLVM and Clang
Expand All @@ -18,6 +18,8 @@ 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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coreaudio-rs"
version = "0.11.3"
version = "0.12.0"
authors = ["mitchmindtree <[email protected]>", "yupferris <[email protected]>"]
description = "A friendly rust interface for Apple's CoreAudio API."
keywords = ["core", "audio", "unit", "osx", "ios"]
Expand Down
69 changes: 0 additions & 69 deletions tests/sine.rs

This file was deleted.

0 comments on commit b829fb7

Please sign in to comment.