Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Jul 1, 2022
1 parent dc92210 commit 62b0b51
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/windows_2019.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ jobs:
set test_error=0
call ./install/setup.bat
cd build/trajopt
dir
cd ../..
cmd /c "cd build\trajopt\install\test && ctest -C Release --output-on-failure" || set test_error=1
cmd /c "cd build\trajopt_sco\install\test && ctest -C Release --output-on-failure" || set test_error=1
cmd /c "cd build\trajopt\test && ctest -C Release --output-on-failure" || set test_error=1
cmd /c "cd build\trajopt_sco\test && ctest -C Release --output-on-failure" || set test_error=1
exit /b %test_error%

0 comments on commit 62b0b51

Please sign in to comment.