Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
esride-jts committed Sep 18, 2024
2 parents 00e3373 + 2858359 commit 2317090
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
working-directory: ./spatial-data-science/src/platformshell
run: cargo build --verbose
- name: Run tests
working-directory: ./spatial-data-science/src/platformshell
env:
arcgis_api_key: ${{ secrets.ARCGIS_API_KEY }}
run: cargo test --verbose

0 comments on commit 2317090

Please sign in to comment.