summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-05-02 07:49:28 +0200
committerscoder <stefan_ml@behnel.de>2023-05-04 14:59:33 +0200
commit8a2bc58c51d9bee687c3cb9e3757b1c6b774d244 (patch)
tree0badf11181309ed018346bbb6a484709a4b4938c
parent918f78228b87c2d56f67b4fc634393fc3b8d2586 (diff)
downloadcython-enable_limited_api_file_tests.tar.gz
Enable file tests with the limited API test jobs to see what failures there are.enable_limited_api_file_tests
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ce603e0fb..4e30b0cf6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -104,17 +104,17 @@ jobs:
- os: ubuntu-20.04
python-version: 3.6
backend: "c,cpp"
- env: { LIMITED_API: "--limited-api", EXCLUDE: "--no-file" }
+ env: { LIMITED_API: "--limited-api" }
extra_hash: "-limited_api"
- os: ubuntu-20.04
python-version: 3.7
backend: "c,cpp"
- env: { LIMITED_API: "--limited-api", EXCLUDE: "--no-file" }
+ env: { LIMITED_API: "--limited-api" }
extra_hash: "-limited_api"
- os: ubuntu-20.04
python-version: 3.8
backend: "c,cpp"
- env: { LIMITED_API: "--limited-api", EXCLUDE: "--no-file" }
+ env: { LIMITED_API: "--limited-api" }
extra_hash: "-limited_api"
- os: ubuntu-20.04
python-version: "3.11"