Skip to content

Commit

Permalink
ci: sudo make test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozg committed Aug 13, 2023
1 parent 72977fe commit 7c7dfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build
run: CMAKE_OPTIONS="-DCMAKE_C_FLAGS=-fsanitize=address,undefined" make
- name: Test
run: make test
run: sudo make test
- name: Test with Aggressive GC
# Run with extremely aggressive garbage collection to potentially find more problems
run: ./build/lua -e "collectgarbage('setpause', 0); collectgarbage('setstepmul', 10000000000000)" tests/run.lua
Expand Down

0 comments on commit 7c7dfc5

Please sign in to comment.