mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-07-30 09:22:41 -04:00
run test as sudo?
This commit is contained in:
4
.github/workflows/go-test.yml
vendored
4
.github/workflows/go-test.yml
vendored
@@ -14,4 +14,6 @@ jobs:
|
||||
go-version: ">=1.21"
|
||||
|
||||
- name: Test
|
||||
run: cd backend && go test -v ./...
|
||||
run: |
|
||||
cd backend
|
||||
sudo go test -v ./...
|
||||
|
||||
Reference in New Issue
Block a user