Compare commits
1 Commits
ed00c24506
...
fix-instal
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b1ad4b9803 |
@@ -42,10 +42,14 @@ jobs:
|
||||
- name: Download dependencies
|
||||
run: go mod download
|
||||
|
||||
- name: Download tun2socks binaries
|
||||
run: make download-tun2socks
|
||||
|
||||
- name: Install golangci-lint
|
||||
run: GOTOOLCHAIN=local go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.1.6
|
||||
|
||||
- name: Lint
|
||||
uses: golangci/golangci-lint-action@v7
|
||||
with:
|
||||
version: v2.1.6
|
||||
run: golangci-lint run --allow-parallel-runners
|
||||
|
||||
test-linux:
|
||||
name: Test (Linux)
|
||||
@@ -111,4 +115,4 @@ jobs:
|
||||
run: make build-ci
|
||||
|
||||
- name: Run smoke tests
|
||||
run: GREYWALL_TEST_NETWORK=1 ./scripts/smoke_test.sh ./greywall
|
||||
run: ./scripts/smoke_test.sh ./greywall
|
||||
|
||||
Reference in New Issue
Block a user