From 7c7dfc5a758e6e88c68bf7a9ae98371bca157d19 Mon Sep 17 00:00:00 2001 From: George Zhao Date: Sun, 13 Aug 2023 23:27:07 +0800 Subject: [PATCH] ci: sudo make test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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