Skip to content

Commit d0dbaf5

Browse files
committed
ci: use fetch-tests xtask instead of nonexistent get_tests.
1 parent 69d5b9e commit d0dbaf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
- uses: actions/checkout@v4
3030
with:
3131
persist-credentials: false
32-
- run: cargo xtask get_tests
32+
- run: cargo xtask fetch-tests
3333
- run: cargo test

0 commit comments

Comments
 (0)