mirror of
https://github.com/1f349/violet.git
synced 2024-11-09 22:22:50 +00:00
Why bother running tests on mac and windows?
This commit is contained in:
parent
ee2f1e9d5a
commit
80a03709d3
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -4,9 +4,8 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.20.x]
|
go-version: 1.20.x
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
runs-on: ubuntu-latest
|
||||||
runs-on: ${{ matrix.os }}
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user