summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5205be9..afbea09 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -49,8 +49,15 @@ jobs:
ansible-playbook ./test/integration/playbook.yml -i "localhost," --become -c local -e 'no_rvm=true' -e 'myuser=runner' -e 'mygroup=runner' -e 'homedir=/home/runner'
- name: Run Tests
run: bundle exec rake test
- - name: Run Tests
+ env:
+ 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: 1
+ - name: Run test helper test
+ run: bundle exec rake test_test
+ - name: Rubocop
+ run: bundle exec rubocop
\ No newline at end of file