fix(ci): fix incorrect actions config (#1872)

This commit is contained in:
nils måsén 2023-12-08 11:57:51 +01:00 committed by GitHub
parent 6b57003a53
commit 2d7735fea6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -11,10 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: 1.20.x
- name: Build
run: ./build.sh
test:
@ -24,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: 1.20.x
- name: Test
run: go test -v -coverprofile coverage.out -covermode atomic ./...
- name: Publish coverage