What even is this

This commit is contained in:
Vyacheslav Egorov 2022-12-02 15:46:09 +02:00
parent 621d21d4c2
commit f10b294d62

View file

@ -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: |