From 5176e189b83e407fc850e53e05e6a5a5477813cf Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Sun, 18 Apr 2021 19:50:46 +0300 Subject: [PATCH] update CI (2): inspect tool options --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 295579c..b18b76f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -150,7 +150,7 @@ jobs: echo '==================================> TEST' sh -c "../../../b2 -j2 $CI_B2_ARGS" - ../../../dist/bin/inspect .. + ../../../dist/bin/inspect .. -license -copyright -crlf -end -path_name -tab -ascii -apple_macro -assert_macro -deprecated_macro -minmax -unnamed echo '==================================> AFTER_SUCCESS'