Skip to content

Commit 56bb431

Browse files
skip Test in downgrade
1 parent a2882ec commit 56bb431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
version: ${{ matrix.version }}
3434
- uses: julia-actions/julia-downgrade-compat@v1
3535
with:
36-
skip: Pkg, TOML, Random, LinearAlgebra, Statistics
36+
skip: Pkg, TOML, Test, Random, LinearAlgebra, Statistics
3737
- uses: julia-actions/cache@v2
3838
with:
3939
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)