Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cakevm committed Oct 1, 2024
1 parent d4c5fc5 commit 99f9cdb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/loom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ env:

jobs:
test:
if: github.repository == 'dexloom/loom'
name: make test
runs-on: ubuntu-latest
env:
Expand All @@ -33,7 +32,6 @@ jobs:
- run: 'echo "pub const KEY_ENCRYPTION_PWD: [u8; 16] = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];" > crates/defi-entities/src/private.rs'
- run: make test
fmt:
if: github.repository == 'dexloom/loom'
name: make fmt-check
runs-on: ubuntu-latest
steps:
Expand All @@ -44,7 +42,6 @@ jobs:
- run: make fmt-check

clippy:
if: github.repository == 'dexloom/loom'
name: make clippy
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 99f9cdb

Please sign in to comment.