test-shuttle.sh 419 B

123456789
  1. #!/usr/bin/env bash
  2. set -eo pipefail
  3. source ci/_
  4. cargo nextest run --profile ci --manifest-path="svm/Cargo.toml" --features="shuttle-test" --test concurrent_tests --release --jobs 1
  5. cargo nextest run --release --profile ci --manifest-path="runtime/Cargo.toml" --features="shuttle-test" shuttle_tests
  6. cargo nextest run --release --profile ci --manifest-path="poh/Cargo.toml" --features="shuttle-test" shuttle_tests