Skip to content

Commit

Permalink
ci: Test sled in ci
Browse files Browse the repository at this point in the history
Default had changed from sled to redb, but we hadn't updates ci to
reflect that.
  • Loading branch information
johanhelsing committed Nov 30, 2024
1 parent 4525a32 commit 6c7a3e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: ci

jobs:
check-default:
name: Check default (sled)
name: Check default (redb)
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
run: cargo check --all-targets --no-default-features --features rocksdb

check-redb:
name: Check redb
name: Check sled
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -59,7 +59,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Check
run: cargo check --all-targets --no-default-features --features redb
run: cargo check --all-targets --no-default-features --features sled

check-wasm:
name: Check wasm
Expand Down

0 comments on commit 6c7a3e1

Please sign in to comment.