Skip to content

Commit

Permalink
CI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrishoLukamba committed Aug 2, 2024
1 parent caf3d41 commit 9f38f13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,9 @@ jobs:
# - name: Beefy integration tests
# run: |
# cargo test -p ismp-solidity-tests -- --nocapture --ignored
- name: Parachain to Parachain ismp relayer messaging integration tests
run: |
cargo test -p tesseract-integration-test --lib -- --ignored --test-threads=1
- name: Xcm integration tests
run: |
Expand All @@ -357,10 +360,7 @@ jobs:
- name: Binance Smart Chain integration tests
run: |
cargo test -p bsc-prover -- --nocapture --ignored
# - name: Parachain to Parachain ismp relayer messaging integration tests
# run: |
# cargo test -p tesseract-integration-test --lib -- --ignored --test-threads=1
check-solidity:
name: Check ismp-solidity
Expand Down

0 comments on commit 9f38f13

Please sign in to comment.