From 278d88d9e6477322af77b34dec4b18252da04b2c Mon Sep 17 00:00:00 2001 From: cakevm Date: Wed, 2 Oct 2024 15:10:25 +0200 Subject: [PATCH] test --- .github/workflows/loom.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/loom.yml b/.github/workflows/loom.yml index 2c391624..5d00d396 100644 --- a/.github/workflows/loom.yml +++ b/.github/workflows/loom.yml @@ -14,7 +14,7 @@ env: jobs: test: - if: github.repository == 'dexloom/loom' + #if: github.repository == 'dexloom/loom' name: make test runs-on: ubuntu-latest env: @@ -35,7 +35,7 @@ jobs: - run: make swap-test-all fmt: - if: github.repository == 'dexloom/loom' + #if: github.repository == 'dexloom/loom' name: make fmt-check runs-on: ubuntu-latest steps: @@ -46,7 +46,7 @@ jobs: - run: make fmt-check clippy: - if: github.repository == 'dexloom/loom' + #if: github.repository == 'dexloom/loom' name: make clippy runs-on: ubuntu-latest steps: