Skip to content

Commit

Permalink
Execute ridk enable if available
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Jun 8, 2022
1 parent 2f401b9 commit 43cc42c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ install:
- bundle install
build: off
test_script:
- bundle exec rake test
- IF EXIST "C:\\Ruby%ruby_version%\\bin\\ridk.cmd" ridk.cmd exec bundle exec rake test
- IF NOT EXIST "C:\\Ruby%ruby_version%\\bin\\ridk.cmd" bundle exec rake test

environment:
matrix:
Expand Down

0 comments on commit 43cc42c

Please sign in to comment.