Skip to content

Commit

Permalink
run clippy for falcon build against illumos
Browse files Browse the repository at this point in the history
  • Loading branch information
rcgoodfellow committed Dec 5, 2023
1 parent c2333d1 commit 56c63c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xtask/src/task_clippy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ pub(crate) fn cmd_clippy(strict: bool, quiet: bool) -> Result<()> {
"propolis-server",
"-p",
"propolis-client",
"--target",
"x86_64-unknown-illumos"
])?;

// Check the mock server
Expand Down

0 comments on commit 56c63c0

Please sign in to comment.