Skip to content

Commit

Permalink
Working on fixing CI for windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriq-augustine committed Sep 26, 2023
1 parent eb86b5d commit 29b20cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ function main() {
echo python3 "${BASE_DIR}/run_tests.py"
echo "---------"

python3 "${BASE_DIR}/run_tests.py"
# TEST
# python3 "${BASE_DIR}/run_tests.py"
python3 run_tests.py
((error_count += $?))

if [[ ${error_count} -gt 0 ]] ; then
Expand Down

0 comments on commit 29b20cb

Please sign in to comment.