Skip to content

Commit

Permalink
Only do bench once per matrix
Browse files Browse the repository at this point in the history
Bench: 2134743
  • Loading branch information
SzilBalazs committed Aug 17, 2023
1 parent 1db50d5 commit c974f69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
- name: Run tests
run: ./WhiteCore-${{matrix.arch}}${{matrix.suffix}} test

- name: Run bench
- name: Run bench on Windows
if: matrix.os == 'windows-latest'
run: ./WhiteCore-${{matrix.arch}}${{matrix.suffix}} bench

- name: Run bench on Linux
Expand Down

0 comments on commit c974f69

Please sign in to comment.