Skip to content

Commit

Permalink
ci: Remove duplicated test in cargo-careful
Browse files Browse the repository at this point in the history
ndarray-rand test now included in workspace test on line before.
  • Loading branch information
bluss committed Aug 3, 2024
1 parent e9e8c9d commit 8cbc348
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ jobs:
- name: Install cargo-careful
run: cargo install cargo-careful
- run: cargo careful test -Zcareful-sanitizer --features="$FEATURES"
- run: cargo careful test -Zcareful-sanitizer -p ndarray-rand

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

0 comments on commit 8cbc348

Please sign in to comment.