summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2021-03-15 11:18:21 +0100
committerMiklós Fazekas <mfazekas@szemafor.com>2021-08-04 07:58:07 +0200
commit8e4e86fc2af9c6db5db3734bbcba4efc38549863 (patch)
tree2847cb05d1e85bd15505d99853b3919f78844c4a
parent41634948c4c0d67bcb3563d00d28d781296aff53 (diff)
downloadnet-ssh-8e4e86fc2af9c6db5db3734bbcba4efc38549863.tar.gz
Enable integration tests
-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