Skip to content

Commit

Permalink
Update GitHub Actions (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvsku authored Jul 11, 2024
1 parent 11b6a47 commit d7706c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:

- name: Test
working-directory: ${{ runner.workspace }}/build
run: ctest --timeout 30 -j 4 -C ${{ matrix.build-type }}
run: ctest --timeout 30 -j 4
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:

- name: Test
working-directory: ${{ runner.workspace }}/build
run: ctest --timeout 30 -j 4 -C ${{ matrix.build-type }}
run: ctest --timeout 30 -j 4

0 comments on commit d7706c2

Please sign in to comment.