Working on 16.0.0 #53

Merged
rayaman merged 120 commits from v16.0.0 into master 2024-02-25 00:00:51 -05:00
Showing only changes of commit 7ba642342d - Show all commits

View File

@ -19,9 +19,11 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
submodules: recursive submodules: recursive
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with:
python-version: '3.8' python-version: '3.8'
- name: Setup env - name: Setup env
run: | run: |
pip install hererocks pip install hererocks
@ -36,3 +38,10 @@ jobs:
run: | run: |
source ${{github.workspace}}/lua-pkg/bin/activate source ${{github.workspace}}/lua-pkg/bin/activate
lua tests/runtests.lua lua tests/runtests.lua
- name: Run Tests using LÖVE
run: |
nix-shell -p love
love tests