mirror of
https://github.com/Brawl345/stargazer.git
synced 2024-11-16 21:29:21 +01:00
Update CI
This commit is contained in:
parent
2a4997da68
commit
599ff6d41d
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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 ./...
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user