328: Remove `beta` compilation in CI r=Kerollmops a=shekhirin

Resolves https://github.com/meilisearch/milli/issues/326

Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
This commit is contained in:
bors[bot] 2021-08-25 08:45:18 +00:00 committed by GitHub
commit c8930781eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,6 @@ jobs:
os: [ubuntu-18.04, macos-latest, windows-latest]
rust:
- stable
- beta
- nightly
steps:
- uses: actions/checkout@v2