We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65fecbd commit c24e44bCopy full SHA for c24e44b
.github/workflows/ci.yml
@@ -24,4 +24,4 @@ jobs:
24
- name: cargo check
25
run: cargo check
26
- name: cargo test
27
- run: cargo test --package cql2
+ run: cargo test
Cargo.toml
@@ -21,5 +21,5 @@ assert-json-diff = "2"
21
rstest = "0.23"
22
23
[workspace]
-default-members = ["cli"]
+default-members = [".", "cli"]
members = ["cli"]
0 commit comments