We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6950296 commit 2938cb7Copy full SHA for 2938cb7
.github/workflows/test.yml
@@ -21,6 +21,7 @@ jobs:
21
with:
22
toolchain: nightly
23
components: rustfmt, clippy
24
+ - uses: actions/checkout@v3
25
- name: Run tests
26
run: cargo test --features=${{ matrix.version }} --verbose
27
- name: Run tests (with address sanitizer)
0 commit comments