Skip to content

Commit

Permalink
ci: simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
aldas committed Dec 7, 2021
1 parent 30d30fc commit d222dcd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/echo-contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@ on:
- '.github/**'
- 'codecov.yml'

env:
latest: '1.17'

jobs:
test:
env:
latest: '1.17'
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: [1.14, 1.15, 1.16, 1.17]
go: ['1.14', '1.15', '1.16', '1.17']
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -56,7 +55,6 @@ jobs:
if: success() && matrix.go == env.latest && matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v2
with:
token:
fail_ci_if_error: false
benchmark:
needs: test
Expand Down

0 comments on commit d222dcd

Please sign in to comment.