Skip to content

Commit

Permalink
Uses nextest in order to see where things are slow on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
akern40 committed Oct 30, 2024
1 parent b83f695 commit 762a08d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,10 @@ jobs:
with:
components: miri
- uses: Swatinem/rust-cache@v2
- name: Install openblas
run: sudo apt-get install libopenblas-dev gfortran
- run: ./scripts/miri-tests.sh
- uses: taiki-e/install-action@v2
with:
tool: nextest
- run: RUSTFLAGS="-Zrandomize-layout" cargo miri nextest run --no-fail-fast -p ndarray -p ndarray-rand -F approx,serde

cross_test:
#if: ${{ github.event_name == 'merge_group' }}
Expand Down

0 comments on commit 762a08d

Please sign in to comment.