mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-13 11:14:37 -05:00
fix gh wf
This commit is contained in:
parent
5d198100d1
commit
7713914b96
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
|
@ -19,4 +19,4 @@ jobs:
|
|||
- name: Get dependencies
|
||||
run: go get -v -t -d ./...
|
||||
- name: Run tests
|
||||
run: go test repo_test.go scripts.go
|
||||
run: go test main_test.go main.go
|
||||
|
|
Loading…
Reference in a new issue