mirror of
https://github.com/anthonyoteri/dredge.git
synced 2026-06-05 15:26:53 -04:00
Test on Linux/Mac/Windows
This commit is contained in:
@@ -33,7 +33,10 @@ jobs:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
name: Run unit and integration tests
|
name: Run unit and integration tests
|
||||||
runs-on: ubuntu-latest
|
strategy:
|
||||||
|
matrix:
|
||||||
|
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
|
runs-on: ${{ matrix.platform }}
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user