mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
Avoid testing on nightly to fix a crate issue
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user