mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-10 16:31:24 +00:00
7 lines
73 B
Bash
Executable File
7 lines
73 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -o errexit
|
|
set -x
|
|
|
|
bazel test --config=ci //...
|