Skip to content

Commit 2938cb7

Browse files
committed
Forgot the checkout step...
1 parent 6950296 commit 2938cb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
toolchain: nightly
2323
components: rustfmt, clippy
24+
- uses: actions/checkout@v3
2425
- name: Run tests
2526
run: cargo test --features=${{ matrix.version }} --verbose
2627
- name: Run tests (with address sanitizer)

0 commit comments

Comments
 (0)