Update workflows

This commit is contained in:
世界 2024-06-07 15:51:15 +08:00
parent e82ff8e2e6
commit b8736cc58d
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
2 changed files with 4 additions and 9 deletions

View file

@ -3,6 +3,7 @@ name: Debug build
on:
push:
branches:
- main
- dev
paths-ignore:
- '**.md'
@ -10,6 +11,7 @@ on:
- '!.github/workflows/debug.yml'
pull_request:
branches:
- main
- dev
jobs:
@ -25,15 +27,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: ^1.22
- name: Add cache to Go proxy
run: |
version=`git rev-parse HEAD`
mkdir build
pushd build
go mod init build
go get -v github.com/sagernet/sing@$version
popd
continue-on-error: true
- name: Build
run: |
make test

View file

@ -3,6 +3,7 @@ name: Lint
on:
push:
branches:
- main
- dev
paths-ignore:
- '**.md'
@ -10,6 +11,7 @@ on:
- '!.github/workflows/lint.yml'
pull_request:
branches:
- main
- dev
jobs: