Skip to content

Commit c24e44b

Browse files
committed
fix: add top level crate to default-members
1 parent 65fecbd commit c24e44b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: cargo check
2525
run: cargo check
2626
- name: cargo test
27-
run: cargo test --package cql2
27+
run: cargo test

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ assert-json-diff = "2"
2121
rstest = "0.23"
2222

2323
[workspace]
24-
default-members = ["cli"]
24+
default-members = [".", "cli"]
2525
members = ["cli"]

0 commit comments

Comments
 (0)