Skip to content

Commit c93a9f3

Browse files
committed
remove sudo option and check tests
1 parent 5fa8e23 commit c93a9f3

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-
sudo go test -v ./...
53+
go test -v ./...
5454
5555
- name: Run verification script
5656
run: |

0 commit comments

Comments
 (0)