Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lpawela authored Apr 16, 2024
1 parent 1048294 commit adabe35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
branches:
- master
workflow_dispatch:
jobs:
test:
name: Julia ${{ matrix.version }}
Expand Down Expand Up @@ -37,4 +38,4 @@ jobs:
uses: coverallsapp/github-action@v1
with:
parallel-finished: true
carryforward: "run-1.9,run-1.10"
carryforward: "run-1.9,run-1.10"

0 comments on commit adabe35

Please sign in to comment.