mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-30 00:55:00 +08:00
ci(actions/rust): align with test-linux job
This commit is contained in:
parent
76cf1bff87
commit
2dd948a4a1
14
.github/workflows/rust.yml
vendored
14
.github/workflows/rust.yml
vendored
@ -79,15 +79,11 @@ jobs:
|
|||||||
args: --locked --release --all
|
args: --locked --release --all
|
||||||
|
|
||||||
test-all-features:
|
test-all-features:
|
||||||
name: Tests all features on ${{ matrix.os }} on cron schedule only
|
name: Tests all features on cron schedule only
|
||||||
|
runs-on: ubuntu-latest
|
||||||
runs-on: ${{ matrix.os }}
|
container:
|
||||||
|
# Use ubuntu-18.04 to compile with glibc 2.27, which are the production expectations
|
||||||
strategy:
|
image: ubuntu:18.04
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
os: [ubuntu-18.04, macos-12, windows-2022]
|
|
||||||
|
|
||||||
if: github.event_name == 'schedule'
|
if: github.event_name == 'schedule'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user