File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 3434 run : cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features ""
3535 - name : Cargo check with all serialization features
3636 run : cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "full-serialization"
37+ - name : Cargo check with secret feature
38+ run : cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "secret"
39+ - name : Cargo check with chrono feature
40+ run : cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "chrono"
41+ - name : Cargo check with time feature
42+ run : cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features "time"
3743 - name : Build scylla-cql
3844 run : cargo build --verbose --all-targets --manifest-path "scylla-cql/Cargo.toml" --features "full-serialization"
3945 - name : Build
You can’t perform that action at this time.
0 commit comments