aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMartin Braun <martin@gnuradio.org>2021-02-15 22:17:27 +0100
committerMartin Braun <martin@gnuradio.org>2021-02-16 00:10:54 -0800
commit63cd1cd0570b387d5b0ccdfbbf92a093a6494fc1 (patch)
tree1e494c8ca6b83e9e6c9ed49e9b0ca7697117e571 /.github
parentfixup! zeromq: Fix warnings with recv() (diff)
downloadgnuradio-63cd1cd0570b387d5b0ccdfbbf92a093a6494fc1.tar.xz
gnuradio-63cd1cd0570b387d5b0ccdfbbf92a093a6494fc1.zip
github: ci: Re-enable qa_uncaught_exception and qa_file_taps_loader
These were fixed and now pass. Signed-off-by: Martin Braun <martin@gnuradio.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/make-test.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/make-test.yml b/.github/workflows/make-test.yml
index 1147ced91..3b33847af 100644
--- a/.github/workflows/make-test.yml
+++ b/.github/workflows/make-test.yml
@@ -52,7 +52,7 @@ jobs:
- name: Make
run: 'cd /build && make -j2 -k'
- name: Make Test
- run: 'cd /build && ctest --output-on-failure -E "qa_uncaught_exception|qa_agc|qa_cpp_py_binding|qa_cpp_py_binding_set|qa_ctrlport_probes|qa_file_taps_loader|qa_qtgui"'
+ run: 'cd /build && ctest --output-on-failure -E "qa_agc|qa_cpp_py_binding|qa_cpp_py_binding_set|qa_ctrlport_probes|qa_qtgui"'
fedora33:
name: Fedora 33
needs: check-formatting
@@ -70,7 +70,7 @@ jobs:
- name: Make
run: 'cd /build && make -j2'
- name: Make Test
- run: 'cd /build && ctest --output-on-failure -E "qa_uncaught_exception|qa_agc|qa_cpp_py_binding|qa_cpp_py_binding_set|qa_ctrlport_probes|qa_file_taps_loader|qa_qtgui"'
+ run: 'cd /build && ctest --output-on-failure -E "qa_agc|qa_cpp_py_binding|qa_cpp_py_binding_set|qa_ctrlport_probes|qa_qtgui"'
centos8_3:
name: Centos 8.3
needs: check-formatting
@@ -90,7 +90,7 @@ jobs:
- name: Make
run: 'cd /build && make -j2 -k'
- name: Make Test
- run: 'cd /build && ctest --output-on-failure -E "qa_uncaught_exception|qa_agc|qa_cpp_py_binding|qa_cpp_py_binding_set|qa_ctrlport_probes|qa_file_taps_loader|qa_qtgui"'
+ run: 'cd /build && ctest --output-on-failure -E "qa_agc|qa_cpp_py_binding|qa_cpp_py_binding_set|qa_ctrlport_probes|qa_qtgui"'
debian10:
name: Debian 10
needs: check-formatting
@@ -110,4 +110,4 @@ jobs:
- name: Make
run: 'cd /build && make -j2 -k'
- name: Make Test
- run: 'cd /build && ctest --output-on-failure -E "qa_uncaught_exception|qa_agc|qa_cpp_py_binding|qa_cpp_py_binding_set|qa_ctrlport_probes|qa_file_taps_loader|qa_qtgui"'
+ run: 'cd /build && ctest --output-on-failure -E "qa_agc|qa_cpp_py_binding|qa_cpp_py_binding_set|qa_ctrlport_probes|qa_qtgui"'