From 00636ed2ea90f9782287a9e738a7ada99a560cfd Mon Sep 17 00:00:00 2001 From: "Henry H. Andrews" Date: Sat, 15 Apr 2023 22:24:14 -0700 Subject: [PATCH] Run draft-next tests on PR submission This leaves the general tox.ini default in place, but runs the draft-next tests for PR submissions to incorporate their coverage. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2d51037..9c41dcf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,6 +19,6 @@ jobs: python -m pip install --upgrade pip pip install .[test] - name: Run tests - run: tox -e py + run: tox -e py -- --testsuite-version=2019-09 --testsuite-version=2020-12 --testsuite-version=next - name: Upload coverage uses: codecov/codecov-action@v3