Skip to content

Commit

Permalink
build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Feb 16, 2021
1 parent e3096c0 commit fa69b2a
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ jobs:
defaults:
run:
working-directory: geo-types
strategy:
matrix:
container_image: ["georust/geo-ci:rust-1.49", "georust/geo-ci:rust-1.50"]
container:
image: georust/geo-ci
image: ${{ matrix.container_image }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -24,8 +27,11 @@ jobs:
defaults:
run:
working-directory: geo
strategy:
matrix:
container_image: ["georust/geo-ci:rust-1.49", "georust/geo-ci:rust-1.50"]
container:
image: georust/geo-ci
image: ${{ matrix.container_image }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -40,8 +46,11 @@ jobs:
defaults:
run:
working-directory: geo-postgis
strategy:
matrix:
container_image: ["georust/geo-ci:rust-1.49", "georust/geo-ci:rust-1.50"]
container:
image: georust/geo-ci
image: ${{ matrix.container_image }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit fa69b2a

Please sign in to comment.