Skip to content

Commit 92ad3e2

Browse files
committed
fix tests, run function
1 parent 43c61d6 commit 92ad3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Run Go tests
5151
run: |
5252
echo "==== Running Go Tests ===="
53-
go test -v ./...
53+
sudo go test -v ./...
5454
5555
- name: Run verification script
5656
run: |

0 commit comments

Comments
 (0)