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 4525a32 commit 6c7a3e1Copy full SHA for 6c7a3e1
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ name: ci
8
9
jobs:
10
check-default:
11
- name: Check default (sled)
+ name: Check default (redb)
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
@@ -44,7 +44,7 @@ jobs:
44
run: cargo check --all-targets --no-default-features --features rocksdb
45
46
check-redb:
47
- name: Check redb
+ name: Check sled
48
49
50
@@ -59,7 +59,7 @@ jobs:
59
uses: Swatinem/rust-cache@v2
60
61
- name: Check
62
- run: cargo check --all-targets --no-default-features --features redb
+ run: cargo check --all-targets --no-default-features --features sled
63
64
check-wasm:
65
name: Check wasm
0 commit comments