From 366cbf90017874ec24d60bd0df3b3d9f75d79182 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Mon, 12 Dec 2022 10:55:07 -0500 Subject: [PATCH] Tox is bad? --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01f0890da..37f41d06b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -225,7 +225,7 @@ jobs: # effect. On Linux it doesn't make a difference one way or another. TMPDIR: "/tmp" run: | - tox -e integration -- --force-foolscap integration/ + tox -e integration -- --force-foolscap,integration/ - name: Upload eliot.log in case of failure uses: actions/upload-artifact@v3