diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index 7822af0..f0c3a4d 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -42,6 +42,7 @@ jobs: run: | echo "/usr/bin:/usrlocal/bin" >> $GITHUB_PATH dash -c "/usr/bin/python3.9 -m pip install ." + dash -c "cd tests; make; cd ../" - name: Run tests run: | dash -c "/usr/bin/python3.9 -m pytest -v"