Fix verbose_tests.jl (Misc + Downgrade lanes): dead @SciMLMessage import and stale Standard-preset optimization_verbosity assertions #504
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Downgrade | |
| on: | |
| pull_request: | |
| branches: | |
| - master | |
| paths-ignore: | |
| - 'docs/**' | |
| push: | |
| branches: | |
| - master | |
| paths-ignore: | |
| - 'docs/**' | |
| jobs: | |
| test: | |
| name: "Downgrade" | |
| uses: "SciML/.github/.github/workflows/downgrade.yml@v1" | |
| with: | |
| julia-version: "lts" | |
| group: "Misc" | |
| secrets: "inherit" |