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