Skip to content

Commit

Permalink
Make sure UT is seen
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHermitte committed Aug 17, 2024
1 parent 548f7b3 commit 951b76b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
# git config --global user.name 'CI'
# git config --global init.defaultBranch 'master'

- name: Install Vim plugin dependencies
run: |
bundle exec rake dump install
- name: Run tests
run: bundle exec rake test
# - name: Install Vim plugin dependencies
# run: bundle exec rake dump install
- name: Install vim plugin dependencies & Run tests
run: bundle exec rake ci

0 comments on commit 951b76b

Please sign in to comment.