Skip to content

Commit

Permalink
Randomize test order
Browse files Browse the repository at this point in the history
  • Loading branch information
icy-arctic-fox committed Oct 23, 2021
1 parent 4667d10 commit af2f97e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .guardian.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
files: ./src/**/*.cr
run: crystal spec
run: crystal spec --rand
---
files: ./src/**/*.cr
run: bin/ameba %file%
---
files: ./spec/**/*.cr
run: crystal spec %file%
run: crystal spec --rand %file%
---
files: ./src/**/*.cr
run: crystal tool format %file%
Expand Down

0 comments on commit af2f97e

Please sign in to comment.