From 99a470ae6c433f6f330154f2fc5024d2ef966e58 Mon Sep 17 00:00:00 2001 From: PerseoGI Date: Thu, 26 Sep 2024 11:30:54 +0200 Subject: [PATCH] Remove performance tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Abril Rincón Blanco --- .github/workflows/osx-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/osx-tests.yml b/.github/workflows/osx-tests.yml index 4837974dc5f..ce5eb72271b 100644 --- a/.github/workflows/osx-tests.yml +++ b/.github/workflows/osx-tests.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: os: [macos-latest] - setup: [unittests, functional, integration, performance] + setup: [unittests, functional, integration] runs-on: ${{ matrix.os }}