From acda882873e15725983bcd1fe68b92791a8eaf31 Mon Sep 17 00:00:00 2001 From: Ayoub Benaissa Date: Tue, 19 Jul 2022 09:08:43 +0100 Subject: [PATCH] ci: fix target name for macos job --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index c365909b9..28a32e5e7 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -301,7 +301,7 @@ jobs: pip3 wheel --no-deps -w ${{ github.workspace }}/wheels . delocate-wheel -v `find ${{ github.workspace }}/wheels/ -name *macosx*.whl` pip3 install `find ${{ github.workspace }}/wheels/ -name *macosx*.whl` - make test + make run-tests echo "Debug: ccache statistics (after the tests):" ccache -s