Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
db7 committed Apr 19, 2024
1 parent 56ec1b7 commit 7797658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_vsyncer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: vsyncer version
- name: Check out to run with the tests
uses: actions/checkout@v4
- run: cmake -S./tests -Bbuild -DVSYNCER_LOCAL=OFF -DVSYNCER_CHECK=OFF
- run: cmake -S./tests -Bbuild -DVSYNCER_LOCAL=OFF
- run: cmake --build build
- run: ctest --test-dir build --output-on-failure
- name: Upload Report
Expand Down
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ foreach(CMD ${CMDS})
add_test(
NAME ${TEST_NAME}
COMMAND env ${ENVVARS} GENMC_PATH=${GENMC_${MC}} ${VSYNCER} --checker
${CHECKER_${MC}} ${CMD} ${ARGS_${CMD}} ${CLIENT})
${CHECKER_${MC}} -d ${CMD} ${ARGS_${CMD}} ${CLIENT})

# if it triggers model checker bug expect to return non-zero value
if(${TEST_NAME} IN_LIST TRIGGERS_MC_BUG OR ${CASE_NAME} IN_LIST
Expand Down

0 comments on commit 7797658

Please sign in to comment.