Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Oct 31, 2020
1 parent ae3fdde commit 2b8f2d5
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: --features=${{ matrix.feature }}
args: >
--features=${{ matrix.feature }}
--manifest-path=openblas-src/Cargo.toml
env:
VCPKG_ROOT: ${{ github.workspace }}/vcpkg

Expand All @@ -61,7 +63,9 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: --features=${{ matrix.feature }}
args: >
--features=${{ matrix.feature }}
--manifest-path=openblas-src/Cargo.toml
linux:
runs-on: ubuntu-18.04
Expand All @@ -86,4 +90,6 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: --features=${{ matrix.feature }}
args: >
--features=${{ matrix.feature }}
--manifest-path=openblas-src/Cargo.toml

0 comments on commit 2b8f2d5

Please # to comment.