Skip to content

Commit

Permalink
CI wasn't actually using nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Jun 2, 2024
1 parent e7e8dd1 commit c205af3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ jobs:
include:
- os: ubuntu-latest
crystal_version: 1.4.0
- os: ubuntu-latest
crystal_version: nightly
experimental: true
runs-on: ${{ matrix.os }}
continue-on-error: false
continue-on-error: ${{ matrix.experimental }}
steps:
- uses: actions/checkout@v3
- uses: crystal-lang/install-crystal@v1
Expand Down

0 comments on commit c205af3

Please sign in to comment.