Skip to content

Commit

Permalink
running meta tests in jupedsim windows #21 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Apr 5, 2024
1 parent 3087867 commit af1c921
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jupedsim-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
$env:TEXTTEST_TMP = "D:/texttest"
$env:TEXTTEST_CI_APPS = "-a sumo.extra.${{ matrix.jps_version }}"
ctest --build-config ${{ matrix.build_config }} --output-on-failure -R texttest
$env:TEXTTEST_CI_APPS = "-a sumo -ts meta"
ctest --build-config ${{ matrix.build_config }} --output-on-failure -R texttest
- name: Compressing test results
if: failure()
Expand Down

0 comments on commit af1c921

Please sign in to comment.