Skip to content

Commit 36fd527

Browse files
committed
chore(ci): switch rust to cargo test and relax job failures
1 parent a9b9f3a commit 36fd527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
working-directory: ${{ matrix.project }}
9393
continue-on-error: true
9494
- name: Run Rust tests
95-
run: cargo nextest run --no-tests=pass
95+
run: cargo test
9696
working-directory: ${{ matrix.project }}
9797
env:
9898
RUSTFLAGS: --cfg advent_of_code_ci

0 commit comments

Comments
 (0)