1 parent 7f5f585 commit 76da647Copy full SHA for 76da647
1 file changed
.github/workflows/test.yaml
@@ -40,7 +40,7 @@ jobs:
40
- name: Run staticcheck
41
working-directory: neutrino_server
42
run: |
43
- go install honnef.co/go/tools/cmd/staticcheck@latest
+ go install honnef.co/go/tools/cmd/staticcheck@v0.7.0
44
staticcheck ./...
45
46
- name: Run tests
@@ -52,7 +52,7 @@ jobs:
52
with:
53
files: ./neutrino_server/coverage.out
54
flags: unittests
55
- if: always()
+ if: ${{ always() && hashFiles('neutrino_server/coverage.out') != '' }}
56
57
test-docker-build:
58
runs-on: ubuntu-latest
0 commit comments