ci: no fuzz, don't pin Go
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
914d5dc71d
commit
dac53bd5bf
2 changed files with 2 additions and 8 deletions
|
@ -6,7 +6,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
goVer: ["1.20.x", "1.21.x"]
|
||||
goVer: ["oldstable", "stable"]
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
@ -23,6 +23,3 @@ jobs:
|
|||
|
||||
- name: Test
|
||||
run: make test-ci
|
||||
|
||||
- name: Fuzz
|
||||
run: make fuzz-ci
|
||||
|
|
5
.github/workflows/test.yaml
vendored
5
.github/workflows/test.yaml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
|||
fail-fast: true
|
||||
matrix:
|
||||
platform: [macos, windows]
|
||||
goVer: ["1.20.x", "1.21.x"]
|
||||
goVer: ["oldstable", "stable"]
|
||||
runs-on: ${{ matrix.platform }}-latest
|
||||
steps:
|
||||
- name: Set up Go
|
||||
|
@ -23,6 +23,3 @@ jobs:
|
|||
|
||||
- name: Test
|
||||
run: make test-ci
|
||||
|
||||
- name: Fuzz
|
||||
run: make fuzz-ci
|
||||
|
|
Loading…
Reference in a new issue