Skip to content

Commit

Permalink
Merge branch 'master' into fix/value-string-representation
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyo committed Aug 3, 2023
2 parents f483a4e + 3a658da commit e9f6ec0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Expand Up @@ -40,7 +40,6 @@ jobs:
key: ${{ runner.os }}-go-${{ matrix.go }}-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-${{ matrix.go }}-
${{ runner.os }}-go-
- name: Build
run: make build
- name: Vet
Expand All @@ -63,7 +62,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
directory: .coverage
timeout-minutes: 10
timeout-minutes: 15
strategy:
matrix:
go: ["1.20", "1.19", "1.18"]
Expand Down

0 comments on commit e9f6ec0

Please sign in to comment.