Skip to content

Commit

Permalink
Tweak main CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija committed Jan 12, 2021
1 parent 617c265 commit 457e53a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- cron: "0 3 * * 1" # Every monday at 3 AM

jobs:
build:
test:
strategy:
fail-fast: false
matrix:
Expand All @@ -39,13 +39,17 @@ jobs:
run: |
crystal spec
crystal spec --no-debug
- name: Run specs (release)
run: |
crystal spec --release
crystal spec --release --no-debug
- name: Build crash handler
run: |
shards build crash_handler
shards build crash_handler --release
run: shards build crash_handler

- name: Build crash handler (release)
run: shards build crash_handler --release

- name: Check formatting
run: crystal tool format --check
Expand Down

0 comments on commit 457e53a

Please sign in to comment.