mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-15 13:58:36 +02:00
Rename the jobs in the CI for clarity
This commit is contained in:
parent
9daccdf7f0
commit
8e7edf8ea7
1 changed files with 7 additions and 7 deletions
4
.github/workflows/test-suite.yml
vendored
4
.github/workflows/test-suite.yml
vendored
|
@ -30,13 +30,13 @@ jobs:
|
|||
run: |
|
||||
apt-get update && apt-get install -y curl
|
||||
apt-get install build-essential -y
|
||||
- name: Run test with Rust stable
|
||||
- name: Setup test with Rust stable
|
||||
if: github.event_name != 'schedule'
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
override: true
|
||||
- name: Run test with Rust nightly
|
||||
- name: Setup test with Rust nightly
|
||||
if: github.event_name == 'schedule'
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue