Add cargo-test runner for macos x86-64 (#348)

* added cargo-test runner for macos 86-64
---------

Co-authored-by: Prabhpreet Dua <615318+prabhpreet@users.noreply.github.com>
This commit is contained in:
Alice Michaela Bowman
2024-06-17 15:48:19 +02:00
committed by GitHub
co-authored by Prabhpreet Dua
parent 7c54a37618
commit bdad414c90
7 changed files with 82 additions and 48 deletions
+6 -1
View File
@@ -110,7 +110,12 @@ jobs:
- run: RUSTDOCFLAGS="-D warnings" cargo doc --no-deps --document-private-items
cargo-test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-13]
# - ubuntu is x86-64
# - macos-13 is also x86-64 architecture
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3