Skip to content

Commit

Permalink
Add utopa-scalar to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
junlarsen committed Apr 15, 2024
1 parent 3dbf860 commit 065f91d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ for crate in $crates; do
$CARGO test -p utoipa-redoc --features actix-web,rocket,axum
elif [[ "$crate" == "utoipa-rapidoc" ]]; then
$CARGO test -p utoipa-rapidoc --features actix-web,rocket,axum
elif [[ "$crate" == "utoipa-scalar" ]]; then
$CARGO test -p utoipa-scalar --features actix-web,rocket,axum
fi
done

0 comments on commit 065f91d

Please sign in to comment.