Skip to content

Commit

Permalink
chore: try to fix path to test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
devworlds committed Jan 6, 2025
1 parent 40b46a1 commit 0bb3a32
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions scripts/workflows/test.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
#!/bin/bash

cd ../..
cargo build --manifest-path=benches/Cargo.toml
cargo build --manifest-path=common/Cargo.toml
cargo build --manifest-path=protocols/Cargo.toml
cargo build --manifest-path=roles/Cargo.toml
cargo build --manifest-path=utils/Cargo.toml


cargo test --manifest-path=roles/Cargo.toml --verbose --test '*' -- --nocapture

cargo run --manifest-path=examples/sv1-client-and-server/Cargo.toml --bin client_and_server -- 60
Expand All @@ -18,7 +15,7 @@ else
echo "Skipping interop-test on $CI_OS - not supported"
fi

cd ./examples/interop-cpp/ || exit
cd examples/interop-cpp/ || exit

if [ "$CI_OS" == "ubuntu-latest" ]; then
./run.sh 30
Expand All @@ -27,7 +24,7 @@ else
fi

cd ../..
cd ./utils/buffer/fuzz || exit
cd utils/buffer/fuzz/ || exit

cd ../../..
cargo test --manifest-path=benches/Cargo.toml
Expand Down

0 comments on commit 0bb3a32

Please sign in to comment.