Skip to content

Commit

Permalink
run test as sudo?
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousm4x committed Sep 18, 2023
1 parent b67933a commit 45067e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ jobs:
go-version: ">=1.21"

- name: Test
run: cd backend && go test -v ./...
run: |
cd backend
sudo go test -v ./...

0 comments on commit 45067e5

Please sign in to comment.