Skip to content

Commit 6d714ff

Browse files
Merge pull request #468 from marvin-hansen/main
Updated GH workflow to check all targets instead of default only
2 parents af5add7 + d781c2b commit 6d714ff

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/rust_check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs:
2121
- uses: actions-rs/cargo@v1
2222
with:
2323
command: check
24+
args: --all-targets --all-features

ultragraph/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ deep_causality_rand = { path = "../deep_causality_rand" }
2626
[[bench]]
2727
name = "bench_main"
2828
harness = false
29+
30+
[[example]]
31+
name = "ultraph_example"
32+
path = "examples/ultraph_example.rs"

0 commit comments

Comments
 (0)