We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4110892 commit ca1d3d0Copy full SHA for ca1d3d0
.github/workflows/main.yml
@@ -88,13 +88,13 @@ jobs:
88
if: startsWith(matrix.os, 'macos')
89
run: |
90
ulimit -c unlimited
91
- sudo make -j2 test
+ make -j2 test
92
- name: Run the tests (ubuntu)
93
if: startsWith(matrix.os, 'ubuntu')
94
95
96
sudo chmod -R +rwx /var/crash
97
98
- uses: actions/upload-artifact@master # capture all crashes as build artifacts
99
with:
100
name: crashes
0 commit comments