1
0
mirror of https://github.com/meekrosoft/fff synced 2026-01-23 00:15:59 +01:00

Run tests in CI

This commit is contained in:
Mike Long
2022-08-19 16:21:02 +02:00
parent 78555cb85c
commit 21f1693002

View File

@@ -13,9 +13,6 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build
- name: Build
run: cmake --build ${{github.workspace}}/build
- name: Test
run: ctest --test-dir ${{github.workspace}} --output-on-failure
run: ./buildandtest