Update CI

This commit is contained in:
Andreas Bielawski 2022-06-25 23:51:31 +02:00
parent 2a4997da68
commit 599ff6d41d
Signed by: Brawl
GPG Key ID: 851D5FF3B79056CA

View File

@ -29,9 +29,9 @@ jobs:
~/.cache/go-build
~/Library/Caches/go-build
~\AppData\Local\go-build
key: ${{ runner.os }}-go-${{ env.GOVER }}-${{ hashFiles('**/go.sum') }}
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-${{ env.GOVER }}-
${{ runner.os }}-go-
- name: Run tests
run: go test ./...