Skip to content

Commit

Permalink
ci: don't fail-fast, add gdal
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Apr 9, 2024
1 parent 149bc61 commit 4bbd04f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ env:
jobs:
test:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
Expand All @@ -29,9 +28,8 @@ jobs:
test-stac:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
flags: ["", "--features geo", "--features reqwest", "--features schemars"]
flags: ["", "--features geo", "--features reqwest", "--features schemars", "--features gdal"]
steps:
- uses: actions/checkout@v4
- name: Set up Rust cache
Expand Down

0 comments on commit 4bbd04f

Please sign in to comment.