Update tests.yml

This commit is contained in:
Luigi Rosso
2022-04-04 16:20:20 -07:00
committed by GitHub
parent 8048c63d1a
commit d47945b15b

View File

@@ -55,8 +55,8 @@ jobs:
- name: Build
shell: bash #mingw
run: |
./build.sh
./build.sh release
make -f rive_windows.make
# - name: Tests
# shell: bash