summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2021-03-16 09:36:59 +0100
committerMiklós Fazekas <mfazekas@szemafor.com>2021-08-04 08:08:45 +0200
commit1920a6803ff449c569e7040748f1b7a0682c4d7a (patch)
tree7927faeb3a241a00628b89c0dc13cbaea24f7efc
parente0d05c6084a90e31f7c5e5cb20ec8abe98bd716d (diff)
downloadnet-ssh-1920a6803ff449c569e7040748f1b7a0682c4d7a.tar.gz
Enable all test forward
-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 ff0739f..bb9a9de 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -76,12 +76,12 @@ jobs:
- name: Check sshd_config2
run: sudo cat /etc/ssh/sshd_config.d/*.conf || true
- name: Run Tests
- run: bundle exec ruby test/integration/test_forward.rb -n test_server_eof_should_be_handled_remote
+ run: bundle exec ruby test/integration/test_forward.rb
env:
NET_SSH_RUN_INTEGRATION_TESTS: 1
CI: 1
- name: Run Tests (without ed25519)
- run: bundle exec ruby test/integration/test_forward.rb -n test_server_eof_should_be_handled_remote
+ run: bundle exec ruby test/integration/test_forward.rb
env:
BUNDLE_GEMFILE: ./Gemfile.noed25519
NET_SSH_RUN_INTEGRATION_TESTS: 1