We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e97c0 commit 73302a3Copy full SHA for 73302a3
1 file changed
.github/workflows/github_autotools_gnu.yml
@@ -24,7 +24,6 @@ jobs:
24
env:
25
TEST_VERBOSE: 1
26
DISTCHECK_CONFIGURE_FLAGS: "${{ matrix.conf-flag }} ${{ matrix.input-flag }} ${{ matrix.io-flag }}"
27
- SKIP_TESTS: "test_horiz_interp2.[23-24]" # TODO (couldn't reproduce outside CI)
28
DEBUG_FLAGS: "-O0 -g -fbounds-check -ffpe-trap=invalid,zero,overflow" # debug compiler flags taken from the mkmf template
29
steps:
30
- name: Checkout code
0 commit comments