mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
run specific test
Signed-off-by: Avelino <avelinorun@gmail.com>
This commit is contained in:
parent
811dd9076e
commit
b20ca0f632
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@ -16,4 +16,4 @@ jobs:
|
|||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
run: go get -v -t -d ./...
|
run: go get -v -t -d ./...
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: go test
|
run: go test repo_test.go scripts.go
|
||||||
|
Loading…
Reference in New Issue
Block a user