@@ -50,34 +50,42 @@ jobs:
5050 run : |
5151 coverage erase
5252 - name : Test arq
53+ if : ${{ !cancelled() }}
5354 run : |
5455 set -x # print commands that are executed
5556 ./scripts/runtox.sh "py${{ matrix.python-version }}-arq"
5657 - name : Test beam
58+ if : ${{ !cancelled() }}
5759 run : |
5860 set -x # print commands that are executed
5961 ./scripts/runtox.sh "py${{ matrix.python-version }}-beam"
6062 - name : Test celery
63+ if : ${{ !cancelled() }}
6164 run : |
6265 set -x # print commands that are executed
6366 ./scripts/runtox.sh "py${{ matrix.python-version }}-celery"
6467 - name : Test dramatiq
68+ if : ${{ !cancelled() }}
6569 run : |
6670 set -x # print commands that are executed
6771 ./scripts/runtox.sh "py${{ matrix.python-version }}-dramatiq"
6872 - name : Test huey
73+ if : ${{ !cancelled() }}
6974 run : |
7075 set -x # print commands that are executed
7176 ./scripts/runtox.sh "py${{ matrix.python-version }}-huey"
7277 - name : Test ray
78+ if : ${{ !cancelled() }}
7379 run : |
7480 set -x # print commands that are executed
7581 ./scripts/runtox.sh "py${{ matrix.python-version }}-ray"
7682 - name : Test rq
83+ if : ${{ !cancelled() }}
7784 run : |
7885 set -x # print commands that are executed
7986 ./scripts/runtox.sh "py${{ matrix.python-version }}-rq"
8087 - name : Test spark
88+ if : ${{ !cancelled() }}
8189 run : |
8290 set -x # print commands that are executed
8391 ./scripts/runtox.sh "py${{ matrix.python-version }}-spark"
0 commit comments