mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-07-13 13:34:15 +00:00
Chore: format check
This commit is contained in:
parent
83bab5dd90
commit
068d67cd53
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -40,5 +40,8 @@ jobs:
|
|||
path: resources
|
||||
key: xray-geodat-
|
||||
enableCrossOsArchive: true
|
||||
- name: Format
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then echo "::error ::Please run 'gofmt -w .' on the project root" && exit 1; fi
|
||||
- name: Test
|
||||
run: go test -timeout 1h -v ./...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue