Skip to content

Commit 9b18425

Browse files
committed
debug logging only for ModelPredictiveControl package
1 parent dc6f5f3 commit 9b18425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- name: Set JULIA_DEBUG environment variable
3131
if: ${{ runner.debug == '1' }}
32-
run: echo "JULIA_DEBUG=all" >> $GITHUB_ENV
32+
run: echo "JULIA_DEBUG=ModelPredictiveControl" >> $GITHUB_ENV
3333
- uses: actions/checkout@v2
3434
- uses: julia-actions/setup-julia@v1
3535
with:

0 commit comments

Comments
 (0)