Skip to content

Commit

Permalink
removed 1.18 and then skip windows coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
YashdalfTheGray committed Aug 20, 2023
1 parent 5cb3904 commit fe82c08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-and-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
go: ['1.18', '1.19', '1.20']
go: ['1.19', '1.20']
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -42,6 +42,7 @@ jobs:
go install github.com/mattn/goveralls@latest
- name: Send coverage
if: runner.os != 'Windows'
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: goveralls -coverprofile=artifacts/c.out -service=github
Expand Down

0 comments on commit fe82c08

Please sign in to comment.