run unit tests in github action

This commit is contained in:
Philipp Crocoll
2023-02-28 22:42:04 +01:00
parent 595a451f77
commit 85315d0ecc

View File

@@ -330,6 +330,10 @@ jobs:
- name: Build keepass2android (nonet)
run: |
make msbuild Flavor=NoNet
- name: Test Autofill
working-directory: ./src/Kp2aAutofillParserTest
run: dotnet test
- name: Build APK (nonet)
run: |