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
678f005e00
commit
d868fcf93d
1
.github/workflows/tests.yaml
vendored
1
.github/workflows/tests.yaml
vendored
@ -27,7 +27,6 @@ jobs:
|
||||
if: steps.verify-changed-files.outputs.files_changed == 'true'
|
||||
run: go get -v -t -d ./...
|
||||
- name: Run tests
|
||||
if: steps.verify-changed-files.outputs.files_changed == 'true'
|
||||
run: go test -coverprofile=cover.out main_test.go main.go
|
||||
- name: Install Vim
|
||||
if: steps.verify-changed-files.outputs.files_changed == 'true'
|
||||
|
Loading…
Reference in New Issue
Block a user