Skip to content

Commit

Permalink
ndarray in test
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-lieser committed Apr 11, 2024
1 parent 9216afd commit b24238f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:
test:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Run tests
run: cargo test --verbose --features download-libtorch ndarry
run: cargo test --verbose --features download-libtorch ndarray

0 comments on commit b24238f

Please sign in to comment.