mirror of
https://github.com/luau-lang/luau.git
synced 2024-12-13 21:40:43 +00:00
What even is this
This commit is contained in:
parent
621d21d4c2
commit
f10b294d62
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -27,6 +27,7 @@ jobs:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: make tests
|
- name: make tests
|
||||||
run: |
|
run: |
|
||||||
|
g++ --version
|
||||||
make -j2 config=sanitize werror=1 native=1 luau-tests
|
make -j2 config=sanitize werror=1 native=1 luau-tests
|
||||||
- name: run tests
|
- name: run tests
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue