Testing love2d tests
This commit is contained in:
parent
acc94ea17e
commit
7ba642342d
9
.github/workflows/nix_ci.yml
vendored
9
.github/workflows/nix_ci.yml
vendored
@ -19,9 +19,11 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.8'
|
||||
|
||||
- name: Setup env
|
||||
run: |
|
||||
pip install hererocks
|
||||
@ -36,3 +38,10 @@ jobs:
|
||||
run: |
|
||||
source ${{github.workspace}}/lua-pkg/bin/activate
|
||||
lua tests/runtests.lua
|
||||
|
||||
- name: Run Tests using LÖVE
|
||||
run: |
|
||||
nix-shell -p love
|
||||
love tests
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user