mirror of
https://github.com/avelino/awesome-go.git
synced 2025-02-17 15:35:45 -05:00
run specific test
Signed-off-by: Avelino <avelinorun@gmail.com>
This commit is contained in:
parent
811dd9076e
commit
b20ca0f632
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
|
@ -16,4 +16,4 @@ jobs:
|
|||
- name: Get dependencies
|
||||
run: go get -v -t -d ./...
|
||||
- name: Run tests
|
||||
run: go test
|
||||
run: go test repo_test.go scripts.go
|
||||
|
|
Loading…
Add table
Reference in a new issue