Skip to content

Commit

Permalink
CI debug 1
Browse files Browse the repository at this point in the history
  • Loading branch information
rdzman committed Apr 26, 2024
1 parent 43ee5e2 commit 300ee4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ jobs:
run: $ML_CMD "test_mp_opt_model(0,1)"

- name: Test MATPOWER (MP_CORE=${{ env.INCLUDE_MP_CORE }})
run: $ML_CMD "test_matpower(0,1)"
run: |
$ML_CMD "t_opf_dc_glpk"
$ML_CMD "test_matpower(0,1)"
- name: Test MOST
run: $ML_CMD "test_most(0,1)"
Expand Down

0 comments on commit 300ee4d

Please sign in to comment.