Skip to content

Commit

Permalink
Merge 3c50340 into 61766a6
Browse files Browse the repository at this point in the history
  • Loading branch information
zeux committed May 26, 2022
2 parents 61766a6 + 3c50340 commit 80bfc8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
- uses: actions/checkout@v1
- name: make test
run: |
make -j2 config=sanitize werror=1 test
make -j3 config=sanitize werror=1 test
- name: make test w/flags
run: |
make -j2 config=sanitize werror=1 flags=true test
make -j3 config=sanitize werror=1 flags=true test
- name: make cli
run: |
make -j2 config=sanitize werror=1 luau luau-analyze # match config with tests to improve build time
make -j3 config=sanitize werror=1 luau luau-analyze # match config with tests to improve build time
./luau tests/conformance/assert.lua
./luau-analyze tests/conformance/assert.lua
Expand Down

0 comments on commit 80bfc8d

Please sign in to comment.