Skip to content

Commit

Permalink
Fix pom path, ensure cargo is present
Browse files Browse the repository at this point in the history
  • Loading branch information
Victoria-Casasampere-BeeTheData committed Dec 27, 2024
1 parent 6e5ea62 commit 293bdbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CI/circle_parallel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ if [ "$NODE_INDEX" = "1" ]; then

# install rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source "$HOME/.cargo/env"

echo "Testing perl"
(cd samples/client/petstore/perl && /bin/bash ./test.bash)
Expand All @@ -28,7 +29,7 @@ if [ "$NODE_INDEX" = "1" ]; then
(cd samples/client/petstore/ruby-autoload && mvn integration-test)

echo "Testing rust"
(cd samples/server/petstore/rust-axum/output/rust-axum-oneof && mvn integration-test)
(cd samples/server/petstore/rust-axum && mvn integration-test)

elif [ "$NODE_INDEX" = "2" ]; then
echo "Running node $NODE_INDEX to test Go"
Expand Down

0 comments on commit 293bdbc

Please sign in to comment.