diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 982b89a0..ad3fa2a7 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -34,7 +34,7 @@ jobs: # Build Luau - name: make test run: | - make -j2 config=sanitize werror=1 test + make -j2 config=sanitize werror=1 test - name: make test w/flags run: | make -j2 config=sanitize werror=1 flags=true test