summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2021-03-21 12:00:37 +0100
committerMiklós Fazekas <mfazekas@szemafor.com>2021-08-04 08:08:45 +0200
commit289ae22ec20b57e318102202b1792699717659c2 (patch)
tree567d45bdbade68ceb6692129b894daeb3a31b1b3
parent00da82986a88f63323650824c5a2e927f69d88d3 (diff)
downloadnet-ssh-mfazekas/gh-actions-i-test.tar.gz
-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 bb9a9de..363814f 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
+ run: bundle exec rake test
env:
NET_SSH_RUN_INTEGRATION_TESTS: 1
CI: 1
- name: Run Tests (without ed25519)
- run: bundle exec ruby test/integration/test_forward.rb
+ run: bundle exec rake test
env:
BUNDLE_GEMFILE: ./Gemfile.noed25519
NET_SSH_RUN_INTEGRATION_TESTS: 1