Skip to content

Commit

Permalink
CI changes
Browse files Browse the repository at this point in the history
CI changes
  • Loading branch information
MrishoLukamba committed Aug 2, 2024
1 parent d867cbc commit 31c5200
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
pull_request_target:
pull_request:
types: [opened, synchronize]
# pull_request:
# branches:
Expand Down 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 31c5200

Please sign in to comment.