Skip to content

Commit

Permalink
Run tests on Cirrus CI's macOS instances
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev committed Jun 8, 2022
1 parent a28cbdf commit 425c558
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
macos_instance:
image: ghcr.io/cirruslabs/macos-monterey-base:latest

task:
name: Test
install_rust_script:
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
test_script:
- cargo test -- --test-threads 1
env:
PATH: "$PATH:$HOME/.cargo/bin"

0 comments on commit 425c558

Please sign in to comment.