test-shuttle.sh 176 B

1234567
  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 --jobs 1