Test on Windows+macOS
This commit is contained in:
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@@ -16,8 +16,12 @@ jobs:
|
||||
rust:
|
||||
- "1.47" # MSRV
|
||||
- "stable"
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macOS-latest
|
||||
- windows-latest
|
||||
|
||||
name: "Test - Rust ${{ matrix.rust }}"
|
||||
name: "Test - Rust ${{ matrix.rust }} on ${{ matrix.os }"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
Reference in New Issue
Block a user