Skip to content

Commit d86e4c0

Browse files
committed
ci: re-enable tests dependency
1 parent 147ca12 commit d86e4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182

183183
release:
184184
name: Deploy
185-
# needs: [ lint, test, test_multiarch, test_external_amalgamation, test_graalvm ]
185+
needs: [ lint, test, test_multiarch, test_external_amalgamation, test_graalvm ]
186186
if: github.repository_owner == 'xerial' && github.ref == 'refs/heads/master' # only perform on latest master
187187
runs-on: ubuntu-latest
188188
steps:

0 commit comments

Comments
 (0)