summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6cb8aa0..107e892 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -66,12 +66,12 @@ jobs:
- name: Run Tests
run: bundle exec rake test
env:
- NET_SSH_RUN_INTEGRATION_TESTS_DISABLED: 1
+ NET_SSH_RUN_INTEGRATION_TESTS: 1
- name: Run Tests (without ed25519)
run: bundle exec rake test
env:
BUNDLE_GEMFILE: ./Gemfile.noed25519
- NET_SSH_RUN_INTEGRATION_TESTS_DISABLED: 1
+ NET_SSH_RUN_INTEGRATION_TESTS: 1
- name: Run test helper test
run: bundle exec rake test_test
- name: Rubocop