Clean up CI.
This commit is contained in:
9
.github/workflows/build.yaml
vendored
9
.github/workflows/build.yaml
vendored
@@ -23,6 +23,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
qt-version: ${{ env.QT_VERSION }}
|
qt-version: ${{ env.QT_VERSION }}
|
||||||
|
|
||||||
|
- name: Build libclide
|
||||||
|
run: |
|
||||||
|
cargo b -p libclide --release
|
||||||
- name: Build clide
|
- name: Build clide
|
||||||
run: |
|
run: |
|
||||||
cargo b --release
|
cargo b --release
|
||||||
@@ -41,7 +44,6 @@ jobs:
|
|||||||
- name: Test libclide
|
- name: Test libclide
|
||||||
run: |
|
run: |
|
||||||
cargo test -p libclide
|
cargo test -p libclide
|
||||||
|
|
||||||
- name: Test clide
|
- name: Test clide
|
||||||
run: |
|
run: |
|
||||||
cargo test
|
cargo test
|
||||||
@@ -59,8 +61,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Lint libclide
|
- name: Lint libclide
|
||||||
run: |
|
run: |
|
||||||
cargo clippy --manifest-path libclide/Cargo.toml
|
cargo clippy --manifest-path libclide/Cargo.toml -- -D warnings
|
||||||
|
|
||||||
- name: Lint clide
|
- name: Lint clide
|
||||||
run: |
|
run: |
|
||||||
cargo clippy
|
cargo clippy -- -D warnings
|
||||||
|
|||||||
Reference in New Issue
Block a user