Skip to content

Commit b977292

Browse files
author
Jonas Schievink
committed
Use default-members to make cargo test work
1 parent 99855fd commit b977292

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
thumbv7em-none-eabihf
3434
thumbv8m.main-none-eabi
3535
- name: Build Crates
36-
run: mv Cargo.ci.toml Cargo.toml && cargo test -p xtask
36+
run: mv Cargo.ci.toml Cargo.toml && cargo test
3737
env:
3838
RUSTFLAGS: ${{ matrix.rustflags }}
3939

Cargo.ci.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ members = [
1313
"nrf9160-hal",
1414
"examples/*",
1515
]
16+
default-members = ["xtask"]
1617
exclude = ["examples/.cargo"]
1718

1819
[profile.dev]

0 commit comments

Comments
 (0)