1
0
mirror of https://github.com/falk-werner/webfuse synced 2026-03-02 03:40:24 +00:00

added unit tests

This commit is contained in:
Falk Werner
2022-11-12 12:29:30 +01:00
parent 3b6e19653c
commit 6c96e8c6f8
6 changed files with 93 additions and 2 deletions

View File

@@ -25,3 +25,6 @@ jobs:
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- name: Unit Test
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target test