We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ff9f6 commit e545cc5Copy full SHA for e545cc5
.github/workflows/build.yml
@@ -32,6 +32,8 @@ jobs:
32
- run: bundle exec rake test
33
- run: bundle exec yard --fail-on-warning
34
- run: bundle exec rake test:docs
35
+ env:
36
+ STRESS: 1
37
38
- uses: ankane/setup-postgres@v1
39
with:
0 commit comments