File tree 2 files changed +3
-3
lines changed
metrix-simulator/tests/variantes_regroupees
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 58
58
- name : Build
59
59
run : cmake --build %GITHUB_WORKSPACE%\metrix-simulator\build-windows --target install --parallel 2 --config Release
60
60
61
- # - name: Tests
62
- # run: cd %GITHUB_WORKSPACE%\metrix-simulator\build-windows && ctest -j8 --output-on-failure -C Release
61
+ - name : Tests
62
+ run : cd %GITHUB_WORKSPACE%\metrix-simulator\build-windows && ctest -j8 --output-on-failure -C Release
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ set(TEST_DIR ${MAIN_TEST_DIR}/${TEST_DIR_NAME})
15
15
set (EXPECTED_TEST_DIR ${MAIN_TEST_DIR} _reference/${TEST_DIR_NAME} )
16
16
17
17
if (METRIX_RUN_ALL_TESTS)
18
- metrix_test ("variantes_regroupees_complexe" 11) # no check here because of random and equivalent solutions
18
+ metrix_test_no_check ("variantes_regroupees_complexe" 11) # no check here because of random and equivalent solutions
19
19
endif ()
20
20
metrix_test("variantes_regroupees_simple" 8)
You can’t perform that action at this time.
0 commit comments