Skip to content

Commit

Permalink
build: do not run macos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin Becher authored and Armin Becher committed Mar 8, 2024
1 parent 1ce6c0f commit 6e1eb31
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
target: x86_64-apple-darwin
- name: Run tests
run: cargo test --verbose
# Tests do not run right now
# - name: Run tests
# run: cargo test --verbose
- name: Build
run: |
cargo build --verbose --release --target x86_64-apple-darwin
Expand Down

0 comments on commit 6e1eb31

Please sign in to comment.