Fix CI.
This commit is contained in:
parent
6f65be125b
commit
7846177471
19
.github/workflows/ci.yaml
vendored
19
.github/workflows/ci.yaml
vendored
@ -8,12 +8,11 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cargo build --verbose
|
cargo build --verbose --all-features
|
||||||
cargo build --verbose --features bezier
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
cargo test --verbose
|
cargo test --verbose --all-features
|
||||||
cargo test --verbose --features bezier
|
|
||||||
|
|
||||||
build-windows:
|
build-windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
@ -21,12 +20,10 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cargo build --verbose
|
cargo build --verbose --all-features
|
||||||
cargo build --verbose --features bezier
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
cargo test --verbose
|
cargo test --verbose --all-features
|
||||||
cargo test --verbose --features bezier
|
|
||||||
|
|
||||||
build-macosx:
|
build-macosx:
|
||||||
runs-on: macosx-latest
|
runs-on: macosx-latest
|
||||||
@ -34,12 +31,10 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cargo build --verbose
|
cargo build --verbose --all-features
|
||||||
cargo build --verbose --features bezier
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
cargo test --verbose
|
cargo test --verbose --all-features
|
||||||
cargo test --verbose --features bezier
|
|
||||||
|
|
||||||
check-readme:
|
check-readme:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user