Skip to content

Commit 1834c3f

Browse files
bors[bot]Jonas Schievink
andauthored
Merge #10
10: Set default workspace members to make `cargo test` work right r=jonas-schievink a=jonas-schievink bors r+ Co-authored-by: Jonas Schievink <jonas.schievink@ferrous-systems.com>
2 parents 3927d5d + 06afcc2 commit 1834c3f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
profile: minimal
2020
components: rustfmt
2121
- name: Build Crates
22-
run: cargo test -p xtask
22+
run: cargo test
2323
env:
2424
RUSTFLAGS: --deny warnings
2525

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ members = [
33
"xtask",
44
"pacs/*",
55
]
6+
default-members = ["xtask"]
67

78
# meta-dependencies (upgrade as needed, they apply to all PACs):
89
# @svd2rust = 0.19.0

xtask/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ fn main() {
2020
eprintln!();
2121
eprintln!("subcommands:");
2222
eprintln!(" generate - regenerate crates");
23+
eprintln!(" publish [--dry-run] - publish crates to crates.io");
2324
}
2425
}
2526
}

0 commit comments

Comments
 (0)