aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci.sh b/ci.sh
index 9cbef74..cd7baa9 100755
--- a/ci.sh
+++ b/ci.sh
@@ -24,8 +24,8 @@ test_build_gcc() {
}
main() {
- test_build_clang
test_build_gcc
+ test_build_clang
}
main