Skip to content

Commit

Permalink
Add missing build step to RADSan workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtrevelyan committed Nov 22, 2023
1 parent 7687910 commit 7f488cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/radsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Configure
run: cmake -Bbuild -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=ON -DRTNEURAL_ENABLE_RADSAN=ON

- name: Build
run: cmake --build build --config Release --parallel

- name: Test
run: ctest -C Release --test-dir build --parallel --output-on-failure

Expand Down

0 comments on commit 7f488cd

Please sign in to comment.