Skip to content

Commit 4d11445

Browse files
committed
Disable integration test on GitHub Actions
1 parent e296836 commit 4d11445

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
@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
for adapter in $ADAPTERS; do
8080
export IRUBY_TEST_SESSION_ADAPTER_NAME=$adapter
81-
bundle exec rake test TESTOPTS=-v
81+
bundle exec rake test TESTOPTS="-v -x integration"
8282
done
8383
8484
windows:

0 commit comments

Comments
 (0)