We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43c61d6 commit 92ad3e2Copy full SHA for 92ad3e2
.github/workflows/test.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Run Go tests
51
run: |
52
echo "==== Running Go Tests ===="
53
- go test -v ./...
+ sudo go test -v ./...
54
55
- name: Run verification script
56
0 commit comments