Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Geolm authored Jan 29, 2024
1 parent e75f73c commit 8394c60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:

- name: Test
working-directory: ${{github.workspace}}/
run: ./test_precision && ./test_fast && ./benchmark_precision && ./benchmark_fast
run: ./test_precision
./test_fast
./benchmark_precision
./benchmark_test

build-macos:
name: macos
Expand Down

0 comments on commit 8394c60

Please sign in to comment.