We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9723484 commit 5c56d58Copy full SHA for 5c56d58
.github/workflows/ci.yml
@@ -134,6 +134,7 @@ jobs:
134
needs:
135
- build-python-package
136
- build-native
137
+ - verify-native
138
- test-fips
139
#- build-cross
140
with:
@@ -149,6 +150,7 @@ jobs:
149
150
- docs
151
152
153
154
- upload-build-artifacts
155
steps:
156
- uses: actions/create-github-app-token@v1
@@ -183,6 +185,7 @@ jobs:
183
185
184
186
- pre-commit
187
188
189
190
- test
191
0 commit comments