We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c8de2 commit eb092d6Copy full SHA for eb092d6
1 file changed
.github/workflows/ci.yml
@@ -103,3 +103,16 @@ jobs:
103
with:
104
run: cargo codspeed run
105
token: ${{ secrets.CODSPEED_TOKEN }}
106
+
107
+ check:
108
+ runs-on: ubuntu-latest
109
+ needs:
110
+ - lint
111
+ - msrv-check
112
+ - tests
113
+ - compat-integration-test-instrumentation
114
+ - compat-integration-test-walltime
115
+ steps:
116
+ - uses: re-actors/alls-green@release/v1
117
+ with:
118
+ jobs: ${{ toJson( needs ) }}
0 commit comments