mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Avoid testing on nightly to fix a crate issue
This commit is contained in:
parent
240b02e175
commit
411a118148
1 changed files with 4 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue