Merge pull request #5975 from keymanapp/fix/linux/pr-builds

fix(linux): Add test targets to Makefile 🎫
This commit is contained in:
Eberhard Beilharz 2021-11-29 08:13:47 +01:00 committed by GitHub
commit cb53c5213e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,3 +52,10 @@ releasedeb: reconf origdist cow debnocow # it will prompt for sudo if required f
nightlydist: reconf sources
echo "Built nightly source release in dist/"
check:
cd keyman-config && ./run-tests.sh
tmpcheck:
cd keyman-config && ./run-tests.sh
tests: check