diff --git a/.github/workflows/Test.yml.jinja b/.github/workflows/Test.yml.jinja index efa2ee37..df432844 100644 --- a/.github/workflows/Test.yml.jinja +++ b/.github/workflows/Test.yml.jinja @@ -46,12 +46,15 @@ jobs: - version: "nightly" os: ubuntu-latest arch: x64 + allow_failure: true {% if not AddMacToCI %}#{% endif %}- version: "nightly" {% if not AddMacToCI %}#{% endif %} os: macOS-latest {% if not AddMacToCI %}#{% endif %} arch: x64 + {% if not AddMacToCI %}#{% endif %} allow_failure: true {% if not AddWinToCI %}#{% endif %}- version: "nightly" {% if not AddWinToCI %}#{% endif %} os: windows-latest - {% if not AddWinToCI %}#{% endif %} arch: x64{% endif %} + {% if not AddWinToCI %}#{% endif %} arch: x64 + {% if not AddWinToCI %}#{% endif %} allow_failure: true{% endif %} steps: - uses: actions/checkout@v3 - uses: julia-actions/setup-julia@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index f701db4e..de4fa5f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning]. ## [Unreleased] +### Fixed + +- Allow failure in nightly Julia Test.yml workflow + ## [0.1.7] ### Changed