Skip to content

Commit

Permalink
set -ex
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed Jun 25, 2024
1 parent 6e5c1e2 commit 01361b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:

- name: "Build Debug ${{ matrix.platform.name }}"
run: |
set -ex
git config --global --add safe.directory /__w/CCF/CCF
mkdir build
cd build
Expand All @@ -65,6 +66,7 @@ jobs:

- name: "Test ${{ matrix.platform.name }}"
run: |
set -ex
cd build
ASAN_SYMBOLIZERS=/usr/bin/llvm-symbolizer-15
export ASAN_SYMBOLIZER_PATH=$(realpath $(ASAN_SYMBOLIZERS))
Expand All @@ -74,6 +76,7 @@ jobs:

- name: "Partitions Test ${{ matrix.platform.name }}"
run: |
set -ex
source env/bin/activate && ctest -VV --timeout 240 -L partitions -C partitions
shell: bash
if: "${{ matrix.platform.name != 'snp' }}" # Needs 1ES Pool support
Expand All @@ -83,3 +86,4 @@ jobs:
with:
name: logs-${{ matrix.platform.name }}
path: build/workspace/
if: "${{ matrix.platform.name != 'snp' }}" # Needs 1ES Pool support

0 comments on commit 01361b8

Please sign in to comment.