Skip to content

Commit

Permalink
fix: panic in cmd! proc-macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandros committed Oct 16, 2024
1 parent e957d39 commit df4dd5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xtask/src/ci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ pub(super) fn run() -> Result<()> {
.run()?;
cmd!(
sh,
"cargo test -p ferrunix-macros --no-default-features -F \
multithread,development"
"cargo test -p ferrunix-macros --no-default-features -F multithread,development"
)
.run()?;
cmd!(sh, "cargo test --all").run()?;
Expand Down

0 comments on commit df4dd5f

Please sign in to comment.