mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
Update the action to test on more platforms
This commit is contained in:
parent
289bc6570b
commit
e3611ad0e4
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@ -1,12 +1,16 @@
|
|||||||
---
|
---
|
||||||
on: [pull_request]
|
on: [pull_request]
|
||||||
|
|
||||||
name: Cargo test
|
name: Test binaries with cargo test
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
name: MeiliSearch
|
name: Test on ${{ matrix.os }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ${{ matrix.os }}
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user