Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 1dc7b17

Browse files
Fix CI workflow
1 parent 66114c7 commit 1dc7b17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
- name: Install Rust
1616
uses: actions-rs/toolchain@v1
1717
with:
1818
toolchain: stable
1919
profile: minimal
2020
override: true
21-
- name: Run tests
22-
run: cargo run
21+
- name: Run tests (including doctests)
22+
run: cargo test

0 commit comments

Comments
 (0)