We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af5add7 + d781c2b commit 6d714ffCopy full SHA for 6d714ff
2 files changed
.github/workflows/rust_check.yml
@@ -21,3 +21,4 @@ jobs:
21
- uses: actions-rs/cargo@v1
22
with:
23
command: check
24
+ args: --all-targets --all-features
ultragraph/Cargo.toml
@@ -26,3 +26,7 @@ deep_causality_rand = { path = "../deep_causality_rand" }
26
[[bench]]
27
name = "bench_main"
28
harness = false
29
+
30
+[[example]]
31
+name = "ultraph_example"
32
+path = "examples/ultraph_example.rs"
0 commit comments