We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bead249 commit c3dceb5Copy full SHA for c3dceb5
.github/workflows/test.yml
@@ -64,7 +64,7 @@ jobs:
64
65
- name: "[Test] Run specs"
66
# NOTICE: Set order 1 until fix the problem with https://github.com/crystal-lang/crystal/issues/9065
67
- run: scripts/run_batched_specs
+ run: crystal spec || scripts/run_batched_specs
68
env:
69
LOG_LEVEL: trace
70
CRYSTAL_WORKERS: 1
0 commit comments