Skip to content

Commit

Permalink
no jupedsim tests in debug #21
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Apr 25, 2024
1 parent 130972e commit c84ecba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/jupedsim-windows.yml
Expand Up @@ -24,10 +24,6 @@ jobs:
matrix:
jps_version: [rls-1.2, master]
build_config: [Release, Debug]
# exclude debug master because it currently times out
exclude:
- jps_version: master
build_config: Debug

steps:
- name: Cloning jupedsim
Expand Down Expand Up @@ -72,6 +68,8 @@ jobs:
cmake --build sumo/build-${{ matrix.build_config }} -j4 --config ${{ matrix.build_config }} --target sumo
- name: Running sumo.extra tests
# Tests in Debug hit a timeout
if: matrix.build_config == 'Release'
run: |
cd sumo/build-${{ matrix.build_config }}
$env:TEXTTEST_TMP = "D:/texttest"
Expand Down

0 comments on commit c84ecba

Please sign in to comment.