Skip to content

Commit

Permalink
Fixing action
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdiazangulo committed Dec 28, 2024
1 parent 7329f4a commit bc60751
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows-intelLLVM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
-DSEMBA_FDTD_ENABLE_MTLN=${{matrix.mtln}}
cmake --build build -j
- name: Run unit tests
run: build/bin/fdtd_tests.exe

- name: Run python tests (except codemodel)
env:
SEMBA_FDTD_ENABLE_MTLN: ${{ matrix.mtln }}
Expand Down

0 comments on commit bc60751

Please sign in to comment.