This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
i2
/
go-zero
Segui
0
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
update ci
kevin
5 anni fa
parent
5a418d899b
commit
15936a5aee
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
.github/workflows/go.yml
+ 1
- 1
.github/workflows/go.yml
Vedi File
@@ -31,4 +31,4 @@ jobs:
fi
- name: Test
- run: go test -v -race .
+ run: go test -v -race .
/...