mirror of
https://github.com/1f349/violet.git
synced 2024-11-21 10:51:40 +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:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.20.x]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
go-version: 1.20.x
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user