Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Geolm authored Jan 29, 2024
1 parent 4f8f974 commit 48c8031
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
working-directory: ${{github.workspace}}/
run: ./benchmark_precision

- name: Benchmark test
- name: Benchmark fast
working-directory: ${{github.workspace}}/
run: ./benchmark_test
run: ./benchmark_fast

build-macos:
name: macos
Expand All @@ -61,9 +61,9 @@ jobs:
working-directory: ${{github.workspace}}/
run: ./benchmark_precision

- name: Benchmark test
- name: Benchmark fast
working-directory: ${{github.workspace}}/
run: ./benchmark_test
run: ./benchmark_fast

build-windows:
name: windows
Expand Down Expand Up @@ -92,6 +92,6 @@ jobs:
working-directory: ${{github.workspace}}\tests\Debug
run: ./benchmark_precision

- name: Benchmark test
- name: Benchmark fast
working-directory: ${{github.workspace}}\tests\Debug
run: ./benchmark_test
run: ./benchmark_fast

0 comments on commit 48c8031

Please sign in to comment.