From 4b5d62501e2ae3db0e9689c86f475e708c732e72 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Thu, 12 May 2022 18:59:24 +0300 Subject: [PATCH] [Cleanup] Fixed yml syntax error --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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