Skip to content

Commit

Permalink
Reorganize default task and update RM run configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Apr 4, 2024
1 parent 9122d04 commit 7b3cc77
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 73 deletions.
26 changes: 0 additions & 26 deletions .idea/runConfigurations/Coverage_Check.xml

This file was deleted.

46 changes: 0 additions & 46 deletions .idea/runConfigurations/Test.xml

This file was deleted.

2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

Rake.add_rakelib 'tasks'

task default: %i[test rubocop check_coverage manifest:check]
task default: %i[manifest:check rubocop test check_coverage]
task test_cov: %i[test check_coverage]

0 comments on commit 7b3cc77

Please sign in to comment.