Update go.yml
This commit is contained in:
parent
7e414ac89d
commit
af79987f0c
1 changed files with 5 additions and 0 deletions
5
.github/workflows/go.yml
vendored
5
.github/workflows/go.yml
vendored
|
@ -40,5 +40,10 @@ jobs:
|
||||||
cache: true
|
cache: true
|
||||||
# Used to specify the path to a dependency file - go.sum
|
# Used to specify the path to a dependency file - go.sum
|
||||||
cache-dependency-path: ../../go.sum
|
cache-dependency-path: ../../go.sum
|
||||||
|
|
||||||
|
- name: run
|
||||||
|
run: go run main.go
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue