Skip to content

Commit 6c7a3e1

Browse files
committed
ci: Test sled in ci
Default had changed from sled to redb, but we hadn't updates ci to reflect that.
1 parent 4525a32 commit 6c7a3e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: ci
88

99
jobs:
1010
check-default:
11-
name: Check default (sled)
11+
name: Check default (redb)
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
@@ -44,7 +44,7 @@ jobs:
4444
run: cargo check --all-targets --no-default-features --features rocksdb
4545

4646
check-redb:
47-
name: Check redb
47+
name: Check sled
4848
runs-on: ubuntu-latest
4949
steps:
5050
- name: Checkout
@@ -59,7 +59,7 @@ jobs:
5959
uses: Swatinem/rust-cache@v2
6060

6161
- name: Check
62-
run: cargo check --all-targets --no-default-features --features redb
62+
run: cargo check --all-targets --no-default-features --features sled
6363

6464
check-wasm:
6565
name: Check wasm

0 commit comments

Comments
 (0)