Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cakevm committed Oct 2, 2024
1 parent aed57d5 commit 278d88d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/loom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 278d88d

Please sign in to comment.