Skip to content

Commit afbb2a9

Browse files
committed
Update ci.yml
1 parent a8f0845 commit afbb2a9

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
@@ -64,7 +64,7 @@ jobs:
6464
6565
release:
6666
runs-on: ubuntu-latest
67-
needs: [check, test]
67+
needs: [check, test, test-slow]
6868
if: github.repository == 'Zac-HD/hypothesis-jsonschema' && github.ref == 'refs/heads/master'
6969
steps:
7070
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)