Skip to content

Commit

Permalink
[ci] cat config.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ojwb committed Mar 14, 2024
1 parent 6a754e9 commit 50ac1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
# our code to do.
export CFLAGS='-fsanitize=address,undefined,float-divide-by-zero,local-bounds,nullability,unsigned-integer-overflow -fsanitize-address-use-after-scope -fsanitize-recover=all -g -O2 -fno-omit-frame-pointer'
export CXXFLAGS='-fsanitize=address,undefined,float-divide-by-zero,local-bounds,nullability,unsigned-integer-overflow -fsanitize-address-use-after-scope -fsanitize-recover=all -g -O2 -fno-omit-frame-pointer'
./configure
./configure || { cat config.log; exit 1; }
- name: make
run: make -j2
- name: Run tests
Expand Down

0 comments on commit 50ac1e7

Please sign in to comment.