run unit tests in github action
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -330,6 +330,10 @@ jobs:
|
|||||||
- name: Build keepass2android (nonet)
|
- name: Build keepass2android (nonet)
|
||||||
run: |
|
run: |
|
||||||
make msbuild Flavor=NoNet
|
make msbuild Flavor=NoNet
|
||||||
|
|
||||||
|
- name: Test Autofill
|
||||||
|
working-directory: ./src/Kp2aAutofillParserTest
|
||||||
|
run: dotnet test
|
||||||
|
|
||||||
- name: Build APK (nonet)
|
- name: Build APK (nonet)
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user