mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
[Cleanup] Fixed yml syntax error
This commit is contained in:
parent
17ef877188
commit
4b5d62501e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue