Skip to content

Commit 2cf0193

Browse files
authored
reduce optimization in downstream tests (#167)
1 parent 6b8bf7e commit 2cf0193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
repository: ${{ matrix.package.group }}/${{ matrix.package.repo }}
4747
path: downstream
4848
- name: Load this and run the downstream tests
49-
shell: julia --color=yes --project=downstream {0}
49+
shell: julia --color=yes --project=downstream -O0 {0}
5050
run: |
5151
using Pkg
5252
try

0 commit comments

Comments
 (0)