From 8a2bc58c51d9bee687c3cb9e3757b1c6b774d244 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 2 May 2021 07:49:28 +0200 Subject: Enable file tests with the limited API test jobs to see what failures there are. --- .github/workflows/ci.yml | 6 +++--- 1 file 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" -- cgit v1.2.1