chore: add placeholder test file for future unit test coverage
This commit is contained in:
@@ -35,6 +35,12 @@ jobs:
|
||||
cmake -DCMAKE_C_COMPILER=${{ matrix.compiler }} ..
|
||||
make
|
||||
|
||||
- name: Run unit tests
|
||||
run: |
|
||||
cd build
|
||||
make run_tests
|
||||
./tests/run_tests
|
||||
|
||||
build-macos:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
@@ -52,6 +58,13 @@ jobs:
|
||||
./nwedav --version
|
||||
./webdavctl --help
|
||||
|
||||
- name: Build and run tests with CMake
|
||||
run: |
|
||||
mkdir -p build && cd build
|
||||
cmake ..
|
||||
make run_tests
|
||||
./tests/run_tests
|
||||
|
||||
static-analysis:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user