Skip to content

Commit

Permalink
putting back in cargo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsteuteville committed Feb 23, 2024
1 parent 4d98bab commit 634f963
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ jobs:
- run: rustup target add aarch64-apple-darwin
if: matrix.os == 'macos'

# - name: run cargo tests
# uses: actions-rs/toolchain@v1
# with:
# profile: minimal
# toolchain: stable
# override: true
# - run: cd rust/ && cargo test
- name: run cargo tests
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- run: cd rust/ && cargo test

- name: set up python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 634f963

Please sign in to comment.