projects
/
static-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9c3861
)
should test too like this?
author
Mauro Scomparin
<scompo@gmail.com>
Wed, 26 Feb 2020 21:06:24 +0000
(22:06 +0100)
committer
GitHub
<noreply@github.com>
Wed, 26 Feb 2020 21:06:24 +0000
(22:06 +0100)
.github/workflows/go.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/go.yml
b/.github/workflows/go.yml
index 38aac2ed703be8487c0007054d5dbcf0c10a4263..f4915a41f18b9bd2bcd791f52de888516541b96d 100644
(file)
--- a/
.github/workflows/go.yml
+++ b/
.github/workflows/go.yml
@@
-23,6
+23,9
@@
jobs:
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi
-
+
+ - name: Test
+ run: go test -v
+
- name: Build
run: go build -v .