From 9c96e8fafe0b61957b49a84ece12ad53e502de35 Mon Sep 17 00:00:00 2001 From: Jorge Rivera Date: Sun, 26 Sep 2021 09:44:00 +0200 Subject: [PATCH] Change --warnings from 'all' to 'more' --- .github/workflows/CompileTests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CompileTests.yml b/.github/workflows/CompileTests.yml index 280e2ea..b803a59 100644 --- a/.github/workflows/CompileTests.yml +++ b/.github/workflows/CompileTests.yml @@ -99,7 +99,7 @@ jobs: # Finally, we compile the sketch, using the FQBN that was set in the build matrix. - name: Compile sketch for ${{ matrix.config.board }} - run: arduino-cli compile -v --fqbn ${{ matrix.config.fqbn }} --export-binaries --warnings all --log-level info + run: arduino-cli compile -v --fqbn ${{ matrix.config.fqbn }} --export-binaries --warnings more --log-level info # Upload binary (.hex) files to artifacts - name: Upload compiled binaries files to Artifacts