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