Skip to content

Commit 61f16ab

Browse files
committed
Add lockbud task to CI
1 parent 8cf686f commit 61f16ab

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/test-suite.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,19 @@ jobs:
5454
done
5555
echo "skip_ci=$SKIP_CI" >> $GITHUB_OUTPUT
5656
57+
lockbud:
58+
name: lockbud
59+
runs-on: ubuntu-latest
60+
container:
61+
image: eserilev/lockbud:latest
62+
steps:
63+
- name: Checkout repository
64+
uses: actions/checkout@v3
65+
66+
- name: Generate code coverage
67+
run: |
68+
cargo lockbud -k deadlock -b -l=openssl,openssl-sys,native-tls,tokio,tokio-stream,tokio-util,ethereum_hashing,openssl-sys v0.9.103
69+
5770
target-branch-check:
5871
name: target-branch-check
5972
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)