Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Amazingkivas authored Oct 17, 2024
1 parent 5bdcad5 commit 2a5be33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Run tests
shell: bash
run: |
${PWD}/sln/build/test_FDTD_method/Release/test_FDTD_method.exe --gtest_repeat=2 --gtest_break_on_failure
${PWD}/build/sln/test_FDTD_method/Release/test_FDTD_method.exe --gtest_repeat=2 --gtest_break_on_failure
linux-gcc-build:
runs-on: ubuntu-latest
Expand All @@ -43,4 +43,4 @@ jobs:
- name: Run tests with GCC
shell: bash
run: |
${PWD}/sln/build/test_FDTD_method/test_FDTD_method --gtest_repeat=2 --gtest_break_on_failure
${PWD}/build/sln/test_FDTD_method/test_FDTD_method --gtest_repeat=2 --gtest_break_on_failure

0 comments on commit 2a5be33

Please sign in to comment.