mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
correct test run usage
This commit is contained in:
parent
5d166a5d42
commit
e05ea4cec3
2
.github/workflows/run-check.yaml
vendored
2
.github/workflows/run-check.yaml
vendored
@ -17,6 +17,6 @@ jobs:
|
||||
- name: Get dependencies
|
||||
run: go get -v -t -d ./...
|
||||
- name: run script
|
||||
run: go test stale_repositories_test.go
|
||||
run: go test -v -run ^TestStaleRepository$
|
||||
env:
|
||||
OAUTH_TOKEN: ${{secrets.OAUTH_TOKEN}}
|
||||
|
Loading…
Reference in New Issue
Block a user