mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-22 13:14:40 +02:00
github: more CI tweaks (#483)
Tweak PR CI a bit more. Remove complete step, change check name, add comments.
This commit is contained in:
parent
3f7f9d2ccc
commit
39c5ee991e
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
@ -60,7 +60,6 @@ jobs:
|
|||||||
|
|
||||||
# Compile/check/test.
|
# Compile/check/test.
|
||||||
check:
|
check:
|
||||||
name: ${{ matrix.toolchain }} / ${{ matrix.triple.target }}
|
|
||||||
needs: [rustfmt, clippy]
|
needs: [rustfmt, clippy]
|
||||||
runs-on: ${{ matrix.triple.os }}
|
runs-on: ${{ matrix.triple.os }}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
@ -101,7 +100,7 @@ jobs:
|
|||||||
rust: stable,
|
rust: stable,
|
||||||
toTest: "true",
|
toTest: "true",
|
||||||
}
|
}
|
||||||
# Disabled, unfortunately.
|
# Big Sur builds are disabled, unfortunately.
|
||||||
# - {
|
# - {
|
||||||
# os: "macOS-11.0",
|
# os: "macOS-11.0",
|
||||||
# target: "x86_64-apple-darwin",
|
# target: "x86_64-apple-darwin",
|
||||||
@ -194,13 +193,3 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CARGO_HUSKY_DONT_INSTALL_HOOKS: true
|
CARGO_HUSKY_DONT_INSTALL_HOOKS: true
|
||||||
RUST_BACKTRACE: full
|
RUST_BACKTRACE: full
|
||||||
|
|
||||||
complete:
|
|
||||||
needs: [check]
|
|
||||||
name: CI Pipeline Complete
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Echo completion
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
echo "Complete!"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user