Skip to content

Commit

Permalink
add a build command to captain for dev usage
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelglass committed Jul 10, 2023
1 parent 431bc2a commit 98d1f7c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .captain/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ test-suites:
print-summary: true
reporters:
github-step-summary:
dev-build:
command: cargo build --tests --bins --profile=release-unstable --all-features
# shorthand for running clippy in dev
dev-clippy:
command: cargo clippy --workspace --tests --profile=release-unstable --all-features -- --deny warnings
Expand Down
1 change: 1 addition & 0 deletions .captain/dev-build/flakes.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
1 change: 1 addition & 0 deletions .captain/dev-build/quarantines.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
1 change: 1 addition & 0 deletions .captain/dev-build/timings.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}

0 comments on commit 98d1f7c

Please sign in to comment.