diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 521f63e7..ed2025f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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