diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c5565b0c3..e2487f707 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,10 @@ jobs: rust: - stable - beta - - nightly + # We temporarily stop building on nightly just to fix this issue + # https://github.com/bheisler/TinyTemplate/pull/17 + # Reenable it when the fix has been merged. + # - nightly steps: - uses: actions/checkout@v2