Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj committed Nov 27, 2023
1 parent 6e05434 commit 44ea623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/devloop.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
while inotifywait ../unparser/**/*.rb {lib,spec}/**/*.rb Gemfile Gemfile.shared mutant.gemspec; do
bundle exec mutant environment test run --fail-fast \
bundle exec mutant environment test run --fail-fast spec/unit \
&& bundle exec mutant run --since main --fail-fast --zombie -- 'Mutant*'
## && bundle exec rubocop
done

0 comments on commit 44ea623

Please sign in to comment.