Skip to content

Commit de74ba0

Browse files
ci: set --depwarn=yes for tests
1 parent 14c9639 commit de74ba0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
6363
path: downstream
6464
- name: Load this and run the downstream tests
65-
shell: julia --color=yes --project=downstream {0}
65+
shell: julia --color=yes --project=downstream --depwarn=yes {0}
6666
run: |
6767
using Pkg
6868
try

.github/workflows/Tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- "Python"
3535
uses: "SciML/.github/.github/workflows/tests.yml@v1"
3636
with:
37+
julia-runtest-depwarn: "yes"
3738
group: "${{ matrix.group }}"
3839
julia-version: "${{ matrix.version }}"
3940
secrets: "inherit"

0 commit comments

Comments
 (0)