Skip to content

Commit 09d8769

Browse files
authored
Backport: Remove opt0 in downstream tests (#530)
* Backport: Remove opt0 in downstream tests * Disable skip-duplicate * Revert disable skip duplicate * Update downstream.yml
1 parent 70a6d8d commit 09d8769

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
@@ -52,7 +52,7 @@ jobs:
5252
repository: ${{ matrix.package.group }}/${{ matrix.package.repo }}
5353
path: downstream
5454
- name: Load this and run the downstream tests
55-
shell: julia --color=yes --project=downstream --optimize=0 {0}
55+
shell: julia --color=yes --project=downstream {0}
5656
run: |
5757
using Pkg
5858
try

0 commit comments

Comments
 (0)