Skip to content

Commit ad12fb6

Browse files
authored
lower optimization in downstream tests (#330)
1 parent 9c29c6e commit ad12fb6

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
@@ -48,7 +48,7 @@ jobs:
4848
repository: ${{ matrix.package.group }}/${{ matrix.package.repo }}
4949
path: downstream
5050
- name: Load this and run the downstream tests
51-
shell: julia --color=yes --project=downstream {0}
51+
shell: julia --color=yes --project=downstream -O0 {0}
5252
run: |
5353
using Pkg
5454
try

0 commit comments

Comments
 (0)