Skip to content

Commit

Permalink
[ACTIONS] fix: Also run benchmark and verifier on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
maj113 authored Apr 22, 2024
1 parent 5c94de7 commit 3bdf829
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,8 @@ jobs:
# Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}

- name: Run benchmark_counter
run: ${{ steps.strings.outputs.build-output-dir }}/benchmark_counter

- name: Run verify_counter
run: ${{ steps.strings.outputs.build-output-dir }}/verify_counter

0 comments on commit 3bdf829

Please sign in to comment.