Skip to content

Commit

Permalink
Update the build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanUkhov committed Jan 22, 2024
1 parent d4b9b39 commit 2b6203d
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,9 @@ jobs:
- netlib
- openblas
steps:
- uses: actions/checkout@v3
- uses: actions-rs/cargo@v1
with:
command: test
args: >
--features=${{ matrix.feature }}
- uses: actions/checkout@v4
- uses: uses: ructions/toolchain@v2
- run: cargo test --features=${{ matrix.feature }}
env:
CC: gcc-12
FC: gfortran-12
Expand All @@ -47,9 +44,6 @@ jobs:
- netlib
- openblas
steps:
- uses: actions/checkout@v3
- uses: actions-rs/cargo@v1
with:
command: test
args: >
--features=${{ matrix.feature }}
- uses: actions/checkout@v4
- uses: uses: ructions/toolchain@v2
- run: cargo test --features=${{ matrix.feature }}

0 comments on commit 2b6203d

Please sign in to comment.