Skip to content

Commit

Permalink
ci: test more platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Aug 29, 2024
1 parent cafb955 commit bd78edc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
platform:
- ubuntu-latest
- windows-latest
- macos-latest
steps:
- uses: actions/checkout@v2
- name: Install toolchain
Expand All @@ -27,8 +28,8 @@ jobs:
run: |
pip install numpy
- run: cargo build --features static --verbose
- run: cargo test --features static --verbose
- run: cargo build --verbose
- run: cargo test --verbose

nightly:
runs-on: ubuntu-latest
Expand All @@ -53,5 +54,5 @@ jobs:
sudo apt-get -y install build-essential libssl-dev
pip install numpy
- run: cargo build --features geos/static,nightly --verbose
- run: cargo test --features geos/static,nightly --verbose
- run: cargo build --features nightly --verbose
- run: cargo test --features nightly --verbose

0 comments on commit bd78edc

Please sign in to comment.