mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-16 02:12:22 +08:00
Update workflow
This commit is contained in:
parent
3296a2f7b2
commit
1610bdc5dd
5
.github/workflows/debug.yml
vendored
5
.github/workflows/debug.yml
vendored
|
@ -60,7 +60,7 @@ jobs:
|
|||
- name: Setup Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.18.7
|
||||
go-version: 1.18.10
|
||||
- name: Cache go module
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
|
@ -68,8 +68,7 @@ jobs:
|
|||
~/go/pkg/mod
|
||||
key: go118-${{ hashFiles('**/go.sum') }}
|
||||
- name: Run Test
|
||||
run: |
|
||||
go test -v ./...
|
||||
run: make
|
||||
cross:
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
Loading…
Reference in New Issue
Block a user