Skip to content

Commit

Permalink
Faster CI by removing unnecessary cargo clean
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-k committed Jan 8, 2022
1 parent d66365e commit 2061d1a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
override: true
- name: Install dependencies
run: sudo apt-get install cmake gfortran libelf-dev libdw-dev binutils-dev libiberty-dev liblapacke-dev libopenblas-dev gcc
- run: cargo build --verbose --all --all-features && cargo clean && cargo test --verbose --all --all-features
- name: Build
run: cargo build --verbose --all --all-features
- name: Test
run: cargo test --verbose --all --all-features

clippy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2061d1a

Please sign in to comment.