Skip to content

Commit

Permalink
Merge "tp: Run SQL checks on CI" into main
Browse files Browse the repository at this point in the history
  • Loading branch information
aMayzner authored and Gerrit Code Review committed Aug 25, 2023
2 parents 1d0ca00 + 1218812 commit 49e44b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/ci/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ fi
tools/gn gen out/tmp.protoc --args="is_debug=false cc_wrapper=\"ccache\""
tools/gen_all --check-only out/tmp.protoc
rm -rf out/tmp.protoc

# Performs checks on SQL files.
tools/check_sql_modules.py
tools/check_sql_metrics.py

0 comments on commit 49e44b0

Please sign in to comment.