This website works better with JavaScript
Home
Explore
Help
Sign In
ThebeMail
/
ref-go-smtprelay
mirror of
https://github.com/decke/smtprelay.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
ci: Add testsuite to ci builds
Bernhard Froehlich
3 years ago
parent
c21c13cc7a
commit
44560c9a0c
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
.github/workflows/go.yml
+ 3
- 0
.github/workflows/go.yml
View File
@@ -22,3 +22,6 @@ jobs:
- name: Build
run: go build -v .
+
+ - name: Test
+ run: go test -v .