Skip to content

Commit

Permalink
Correct matrix configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Aug 6, 2024
1 parent 6b7c724 commit 6cf8c5a
Showing 1 changed file with 19 additions and 21 deletions.
40 changes: 19 additions & 21 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,16 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
rust:
- stable
- beta
test:
- array
- bindgen
- clippy
- fitsio-src,
- fitsio-src-and-bindgen
- full-example,workspace
rust:
- stable
- beta
test:
- array
- bindgen
- clippy
- fitsio-src,
- fitsio-src-and-bindgen
- full-example,workspace

steps:
- name: Checkout sources
Expand Down Expand Up @@ -59,16 +58,15 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
rust:
- stable
- beta
test:
- array
- bindgen
- clippy
- fitsio-src,
- fitsio-src-and-bindgen
rust:
- stable
- beta
test:
- array
- bindgen
- clippy
- fitsio-src,
- fitsio-src-and-bindgen
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit 6cf8c5a

Please sign in to comment.