File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
consensus/state_processing/src Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 54
54
done
55
55
echo "skip_ci=$SKIP_CI" >> $GITHUB_OUTPUT
56
56
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
+ - name : Install dependencies
66
+ run : apt update && apt install -y cmake
67
+ - name : Generate code coverage
68
+ run : |
69
+ cargo lockbud -k deadlock
70
+
57
71
target-branch-check :
58
72
name : target-branch-check
59
73
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ impl<E: EthSpec> ConsensusContext<E> {
147
147
}
148
148
}
149
149
150
+ #[ allow( elided_named_lifetimes) ]
150
151
pub fn get_indexed_attestation < ' a > (
151
152
& ' a mut self ,
152
153
state : & BeaconState < E > ,
You can’t perform that action at this time.
0 commit comments