Skip to content

Commit efeaffa

Browse files
authored
fix: actually build tests rather than just check for actions (#16)
1 parent 31098c6 commit efeaffa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration_tests/rules/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22

33
set -eu
44

5+
bazel build //...
56
bazel aquery //... | grep "CppCompile"
67
bazel aquery //... | grep "CppLink"

0 commit comments

Comments
 (0)