This website works better with JavaScript
Home
Explore
Register
Sign In
SongZihuan
/
GoZeroPlus
mirror of
https://github.com/SongZihuan/go-zero-plus
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
update ci
kevin
4 years ago
parent
5a418d899b
commit
15936a5aee
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
.github/workflows/go.yml
+ 1
- 1
.github/workflows/go.yml
View File
@@ -31,4 +31,4 @@ jobs:
fi
- name: Test
- run: go test -v -race .
+ run: go test -v -race .
/...