This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
ThebeMail
/
ref-go-smtprelay
peilaus alkaen
https://github.com/decke/smtprelay.git
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Selaa lähdekoodia
ci: Add testsuite to ci builds
Bernhard Froehlich
3 vuotta sitten
vanhempi
c21c13cc7a
commit
44560c9a0c
1 muutettua tiedostoa
jossa
3 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
3
0
.github/workflows/go.yml
+ 3
- 0
.github/workflows/go.yml
Näytä tiedosto
@@ -22,3 +22,6 @@ jobs:
- name: Build
run: go build -v .
+
+ - name: Test
+ run: go test -v .