We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10eaae1 commit 72be631Copy full SHA for 72be631
.github/workflows/rust.yml
@@ -17,7 +17,6 @@ jobs:
17
uses: actions/checkout@v6
18
- name: Install Toolchain
19
run: rustup update stable && rustup default stable
20
- - uses: actions/setup-sqlite@v1
21
- name: Run tests
22
run: cargo nextest run --release --all-features
23
check:
@@ -27,7 +26,6 @@ jobs:
27
26
28
29
30
31
- name: Run format check
32
run: cargo fmt --check
33
- name: Run clippy
0 commit comments