summaryrefslogtreecommitdiffstats
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 6a61051c5..d35d57406 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -92,5 +92,16 @@ jobs:
RAILS_ENV: test
run: bundle exec rake db:migrate
+ - name: Run SCM setup for Git, Git UTF8, Subversion and Filesystem
+ env:
+ RAILS_ENV: test
+ run: |
+ bundle exec rake test:scm:setup:git
+ bundle exec rake test:scm:setup:git_utf8
+ bundle exec rake test:scm:setup:subversion
+ bundle exec rake test:scm:setup:filesystem
+
- name: Run tests
- run: bin/rails test
+ run: |
+ bin/rails test
+ bin/rails test:autoload