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 e296836 commit 4d11445Copy full SHA for 4d11445
.github/workflows/ci.yml
@@ -78,7 +78,7 @@ jobs:
78
run: |
79
for adapter in $ADAPTERS; do
80
export IRUBY_TEST_SESSION_ADAPTER_NAME=$adapter
81
- bundle exec rake test TESTOPTS=-v
+ bundle exec rake test TESTOPTS="-v -x integration"
82
done
83
84
windows:
0 commit comments