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 25, 2024
1 parent 0ca63ec commit f15087d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:

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

build-windows:
name: windows
Expand All @@ -59,5 +58,4 @@ jobs:

- name: Test
working-directory: ${{github.workspace}}\tests\Debug
run: ./test_precision
./test_fast
run: ./test_precision && ./test_fast

0 comments on commit f15087d

Please sign in to comment.