Skip to content

Commit

Permalink
reordering/naming ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thorek1 committed Jan 6, 2024
1 parent e0ae0db commit d52e1de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
env:
GKS_ENCODING: "utf8"
GKSwstype: "nul"
name: Julia ${{ matrix.version }} - ${{ matrix.test_set }} - ${{ matrix.os }}
name: $${{ matrix.test_set }} - {{ matrix.version }} - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.version == 'nightly' || matrix.version == '^1.11.0-0' }}
strategy:
fail-fast: false
matrix:
version: ['1.8', '1.9', '1.10']
test_set: ["basic", "plots", "higher_order", "hmc_estimation", "tempering_estimation"]
version: ['1.8', '1.9', '1.10']
os: [ubuntu-latest, macOS-latest, windows-latest]
arch: [x64]
exclude:
Expand Down

0 comments on commit d52e1de

Please sign in to comment.