test.sh 284 B

12345678910111213
  1. #!/bin/sh
  2. #
  3. # test.sh
  4. # Copyright (C) 2024 Kovid Goyal <kovid at kovidgoyal.net>
  5. #
  6. # Distributed under terms of the MIT license.
  7. #
  8. echo -e "\x1b[32mtesting amd64\x1b[m" && go test -v &&
  9. echo -e "\x1b[32mtesting arm64\x1b[m" && GOARCH=arm64 go test -v -exec qemu-aarch64-static