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:
7
.github/workflows/verify_pr.yaml
vendored
7
.github/workflows/verify_pr.yaml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user