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 a8f0845 commit afbb2a9Copy full SHA for afbb2a9
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
65
release:
66
runs-on: ubuntu-latest
67
- needs: [check, test]
+ needs: [check, test, test-slow]
68
if: github.repository == 'Zac-HD/hypothesis-jsonschema' && github.ref == 'refs/heads/master'
69
steps:
70
- uses: actions/checkout@v2
0 commit comments