Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Amazingkivas committed Nov 21, 2023
2 parents 566aa5e + 4b2adad commit f9582b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
run: |
export CMAKE_BUILD_PARALLEL_LEVEL=4
mkdir build
cd sln
cmake \
-A x64 \
-B ${PWD}/build
cmake --build ${PWD}/build --config Release
- name: Run tests
shell: bash
run: |
${PWD}/build/test/Release/FDTD_test.exe --gtest_repeat=2 --gtest_break_on_failure
${PWD}/sln/build/FDTD_test/Release/FDTD_test.exe --gtest_repeat=2 --gtest_break_on_failure

0 comments on commit f9582b6

Please sign in to comment.