mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Test on Windows+macOS
This commit is contained in:
parent
4917d49331
commit
fbc97c871b
1 changed files with 5 additions and 1 deletions
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
@ -16,8 +16,12 @@ jobs:
|
||||||
rust:
|
rust:
|
||||||
- "1.47" # MSRV
|
- "1.47" # MSRV
|
||||||
- "stable"
|
- "stable"
|
||||||
|
os:
|
||||||
|
- ubuntu-latest
|
||||||
|
- macOS-latest
|
||||||
|
- windows-latest
|
||||||
|
|
||||||
name: "Test - Rust ${{ matrix.rust }}"
|
name: "Test - Rust ${{ matrix.rust }} on ${{ matrix.os }"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue