Skip to content

Commit

Permalink
Add the bin/test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Verseth committed Nov 23, 2023
1 parent 564a134 commit 09a2ba3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/test
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
set -vx

bundle exec rubocop --parallel --color
bundle exec rake test

0 comments on commit 09a2ba3

Please sign in to comment.