7a81e2a129
- add rules to run tests for a specific platform - use downloaded buildifier - move lint to a script - rename ci tasks - stop running under qemu-aarch64-static as it doesn't do anything
5 lines
46 B
Bash
Executable File
5 lines
46 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
bazel test ...
|