all.sh 120 B

12345678
  1. #!/bin/bash
  2. set -euo pipefail
  3. IFS=$'\n\t'
  4. go test -tags integration -v
  5. ./test-http.sh
  6. ./test-merge.sh
  7. ./test-delupd.sh