Skip to content

Commit

Permalink
Build and test geopackage
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller authored and mattw-nws committed Jul 26, 2023
1 parent 56d9b60 commit 710b1f9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test_and_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build Unit Tests
uses: ./.github/actions/ngen-build
with:
targets: "test_unit"
targets: "test_unit test_geopackage"
build-cores: ${{ env.LINUX_NUM_PROC_CORES }}

- name: Run Tests
Expand All @@ -45,8 +45,7 @@ jobs:
timeout-minutes: 15

- name: Run GeoPackage Tests
run: |
[ -x ./cmake_build/test/test_geopackage ] && ./cmake_build/test/test_geopackage
run: ./cmake_build/test/test_geopackage
timeout-minutes: 15

- name: Clean Up
Expand Down

0 comments on commit 710b1f9

Please sign in to comment.