.github: set -ex in test_size.yml workflow

This commit is contained in:
Peter Barker 2023-02-11 01:26:17 +11:00 committed by Peter Barker
parent 2d38c8a896
commit 0278773ea6
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ jobs:
- name: Feature compare with ${{ github.event.pull_request.base.ref }}
shell: bash
run: |
set -ex
cd pr/
BIN_PREFIX="arm-none-eabi-"
if [ "${{matrix.toolchain}}" = "armhf" ]; then