mirror of
https://github.com/google/santa.git
synced 2026-01-15 01:08:12 -05:00
* adhoc build and run santa * fold ci into adhoc * review updates Co-authored-by: Tom Burgin <bur@chromium.org>
5 lines
137 B
Bash
Executable File
5 lines
137 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# TODO: Pull benchmarks from previous commit to check for regression
|
|
bazel test //:benchmarks --define=SANTA_BUILD_TYPE=adhoc
|