From f10b294d6297fbf1b24cc82b7fa5f76dfb444115 Mon Sep 17 00:00:00 2001 From: Vyacheslav Egorov Date: Fri, 2 Dec 2022 15:46:09 +0200 Subject: [PATCH] What even is this --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dbd6a495..24a763b7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,6 +27,7 @@ jobs: - uses: actions/checkout@v1 - name: make tests run: | + g++ --version make -j2 config=sanitize werror=1 native=1 luau-tests - name: run tests run: |