Skip to content

Commit

Permalink
Refactor CI workflow a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija committed Jan 4, 2023
1 parent 032eb62 commit 2b43a93
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,16 @@ jobs:
run: shards install

- name: Run specs
run: |
crystal spec
crystal spec --no-debug
run: crystal spec

- name: Run specs (no-debug)
run: crystal spec --no-debug

- name: Run specs (release)
run: |
crystal spec --release
crystal spec --release --no-debug
run: crystal spec --release

- name: Run specs (release, no-debug)
run: crystal spec --release --no-debug

- name: Build crash handler
run: shards build crash_handler
Expand Down

0 comments on commit 2b43a93

Please sign in to comment.