Skip to content

Commit ca1d3d0

Browse files
author
Gerry Manoim
committed
do not sudo tests
1 parent 4110892 commit ca1d3d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ jobs:
8888
if: startsWith(matrix.os, 'macos')
8989
run: |
9090
ulimit -c unlimited
91-
sudo make -j2 test
91+
make -j2 test
9292
- name: Run the tests (ubuntu)
9393
if: startsWith(matrix.os, 'ubuntu')
9494
run: |
9595
ulimit -c unlimited
9696
sudo chmod -R +rwx /var/crash
97-
sudo make -j2 test
97+
make -j2 test
9898
- uses: actions/upload-artifact@master # capture all crashes as build artifacts
9999
with:
100100
name: crashes

0 commit comments

Comments
 (0)