From 29fe8bee3993b8df1069c08d569baeddd36cf6d1 Mon Sep 17 00:00:00 2001 From: Joshua Coles Date: Fri, 9 Aug 2024 12:31:01 +0100 Subject: [PATCH] Disable tests as they aren't designed to run in CI yet --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ddb185..1e16778 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,11 +71,11 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - - name: Run tests - uses: actions-rs/cargo@v1 - with: - command: test - args: --all-features +# - name: Run tests +# uses: actions-rs/cargo@v1 +# with: +# command: test +# args: --all-features - name: Upload artifacts uses: actions/upload-artifact@v3