Skip to content

Commit f106e94

Browse files
committed
debug
1 parent 354996f commit f106e94

File tree

3 files changed

+5
-10079
lines changed

3 files changed

+5
-10079
lines changed

.github/workflows/release_test.yaml

Lines changed: 0 additions & 209 deletions
This file was deleted.

.github/workflows/xtest.yaml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Regression Test
22

3-
on: [pull_request]
3+
on: [push]
44

55
permissions:
66
contents: read
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python: ["python2.7", "python3.3", "python3.4", "python3.5", "python3.6", "python3.7", "python3.8", "python3.9", "python3.10", "python3.11", "python3.12", "python3.13", "python3.14", "pypy3"]
16+
python: ["python3.14"]
1717
steps:
1818
- name: Clear workspace
1919
run: rm -rf "${GITHUB_WORKSPACE:?}/*"
@@ -44,12 +44,6 @@ jobs:
4444
(cd /usr/lib64/pypy3-7.0/lib-python/3/test && pypy3 make_ssl_certs.py)
4545
fi
4646
47+
printenv
48+
4749
tox -r -e $(echo "${{ matrix.python }}" | tr -d .) -- xtest
48-
49-
test-corpus:
50-
needs: test
51-
name: Minify Corpus
52-
uses: ./.github/workflows/test_corpus.yaml
53-
with:
54-
ref: ${{ github.ref }}
55-
base-ref: ${{ github.base_ref }}

0 commit comments

Comments
 (0)