mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Add lockbud task to CI (#6470)
* Add lockbud task to CI * Allow unknown lint * Merge branch 'unstable' of https://github.com/sigp/lighthouse into lockbud * remove potential deadlock * ignore tokio util crate * Update image
This commit is contained in:
15
.github/workflows/test-suite.yml
vendored
15
.github/workflows/test-suite.yml
vendored
@@ -54,6 +54,20 @@ jobs:
|
||||
done
|
||||
echo "skip_ci=$SKIP_CI" >> $GITHUB_OUTPUT
|
||||
|
||||
lockbud:
|
||||
name: lockbud
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: sigmaprime/lockbud:latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Install dependencies
|
||||
run: apt update && apt install -y cmake
|
||||
- name: Generate code coverage
|
||||
run: |
|
||||
cargo lockbud -k deadlock -b -l tokio_util
|
||||
|
||||
target-branch-check:
|
||||
name: target-branch-check
|
||||
runs-on: ubuntu-latest
|
||||
@@ -433,6 +447,7 @@ jobs:
|
||||
'cargo-udeps',
|
||||
'compile-with-beta-compiler',
|
||||
'cli-check',
|
||||
'lockbud',
|
||||
]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user