Skip to content

Commit

Permalink
Change --warnings from 'all' to 'more'
Browse files Browse the repository at this point in the history
  • Loading branch information
latchdevel committed Sep 26, 2021
1 parent ee6fe2d commit 9c96e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CompileTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c96e8f

Please sign in to comment.