mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Update .github/workflows/tests.yaml
This commit is contained in:
parent
d868fcf93d
commit
f68f7356f6
1
.github/workflows/tests.yaml
vendored
1
.github/workflows/tests.yaml
vendored
@ -24,7 +24,6 @@ jobs:
|
||||
files: |
|
||||
!*.md
|
||||
- name: Get dependencies
|
||||
if: steps.verify-changed-files.outputs.files_changed == 'true'
|
||||
run: go get -v -t -d ./...
|
||||
- name: Run tests
|
||||
run: go test -coverprofile=cover.out main_test.go main.go
|
||||
|
Loading…
Reference in New Issue
Block a user