Skip to content

Commit

Permalink
trying to fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhonny Knaak de Vargas committed Feb 4, 2024
1 parent 8fc62d1 commit b638511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/russimp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --lib --verbose
run: cargo test --features prebuilt --lib --verbose

# disabling windows build for now. If anyone is interested on giving support to it. Please, let me know.
# win-build:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --lib --verbose
run: cargo test --features prebuilt --lib --verbose

cargo-publish:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
Expand Down

0 comments on commit b638511

Please sign in to comment.