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 26, 2024
1 parent 49298fc commit a9b31bb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,13 @@ jobs:
shell: bash
run: |
${PWD}/build/test/test_FDTD_method --gtest_repeat=2 --gtest_break_on_failure
- name: Run kokkos_sample
shell: bash
run: |
${PWD}/PlotScript/src/Release/kokkos_sample
- name: Run sample
shell: bash
run: |
${PWD}/PlotScript/src/Release/sample

0 comments on commit a9b31bb

Please sign in to comment.