Run CI checks & tests on Windows and Mac (#206)
* Run CI checks & tests on Windows and Mac * Fix uds windows compile Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
This commit is contained in:
committed by
Lucio Franco
parent
6673f91f1f
commit
3be8bc1668
@@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
rust: [stable]
|
||||
|
||||
env:
|
||||
@@ -44,7 +44,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
rust: [stable]
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user