Skip to content

Commit

Permalink
CI: remove example run
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Samuels committed Mar 14, 2024
1 parent 19a51e6 commit c8d8db6
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,31 +56,8 @@ jobs:
cargo clean
cargo check --all-features
examples:
name: Run the sonnerie examples
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
include:
- os: ubuntu-latest
- os: macos-latest

steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Run the examples
run: |
cargo run --example 2>&1 | grep -E '^ ' | xargs -n1 cargo run --example
fmt:
name: Ensure the heed project is formatted
name: rust-fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c8d8db6

Please sign in to comment.