mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-26 06:44:27 +01: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:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- 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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user