Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix building utoipa-rapidoc & utoipa-scalar #1039

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

jayvdb
Copy link
Contributor

@jayvdb jayvdb commented Sep 9, 2024

Fixes #1037 (more)

@@ -3,35 +3,42 @@
set -e

: "${CARGO:=cargo}"
: "${CARGO_COMMAND:=test}"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

with this it is possible to do

CARGO_COMMAND=build ./scripts/test.sh

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super, this is nice 👍 This provides a quick way to test whether the stack builds.

@juhaku juhaku merged commit 4422cee into juhaku:master Sep 9, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Builds failing for individual packages utoipa-axum & utoipa-swagger-ui
2 participants