From a3f354eef1e5000ad8e8d524c3977b42a390efa7 Mon Sep 17 00:00:00 2001 From: "andries@fam-hiemstra.nl" Date: Sun, 22 Sep 2024 10:13:42 +0200 Subject: [PATCH] wip --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5f886f6..31c4d5a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -129,8 +129,8 @@ jobs: curl -X POST https://api.github.com/repos/${{ github.repository }}/pages/builds -H "Accept: application/vnd.github.mister-fantastic-preview+json" -u ${{ github.actor }}:${{ secrets.GH_TOKEN }} - name: Run tests run: cargo test --verbose - - name: Clippy check - uses: actions-rs/clippy-check@v1 + #- name: Clippy check + # uses: actions-rs/clippy-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }}