mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
Avoid testing on nightly to fix a crate issue
This commit is contained in:
parent
240b02e175
commit
411a118148
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
|
||||
|
Loading…
Reference in New Issue
Block a user