Skip to content

Commit

Permalink
ci: break openbsd tests into unit and examples jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed May 29, 2024
1 parent 80d7989 commit e432c0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ jobs:
bundle exec rake ${{ matrix.task }}
openbsd:
strategy:
fail-fast: false
matrix:
task: ["test:unit", "test:examples"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e432c0b

Please sign in to comment.