Add macos unit tests job to CI (#28)

This commit is contained in:
Philip Kristoffersen
2022-03-10 20:39:00 +01:00
committed by GitHub
parent 434074bf14
commit b47d8be75e
+14
View File
@@ -37,3 +37,17 @@ jobs:
uses: Swatinem/rust-cache@v1.3.0
- name: Test
run: cargo test
test_Macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: Install latest stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Rust Cache
id: rust_cache
uses: Swatinem/rust-cache@v1.3.0
- name: Test
run: cargo test