Skip to content

Commit 5c56d58

Browse files
committed
Add verify build to dependent actions
1 parent 9723484 commit 5c56d58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ jobs:
134134
needs:
135135
- build-python-package
136136
- build-native
137+
- verify-native
137138
- test-fips
138139
#- build-cross
139140
with:
@@ -149,6 +150,7 @@ jobs:
149150
- docs
150151
- build-python-package
151152
- test-fips
153+
- verify-native
152154
- upload-build-artifacts
153155
steps:
154156
- uses: actions/create-github-app-token@v1
@@ -183,6 +185,7 @@ jobs:
183185
needs:
184186
- pre-commit
185187
- build-native
188+
- verify-native
186189
#- build-cross
187190
- test
188191
- docs

0 commit comments

Comments
 (0)