all.sh 112 B

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