Skip to content

Commit

Permalink
Update paths in multichain-contract test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaoticTempest committed Jul 27, 2024
1 parent d41ed2a commit a0af8e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/multichain-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@ on:
- develop
pull_request:
paths:
- .github/workflows/multichain-contract.yml
- chain-signatures/contract/**
- chain-signatures/test-contracts/**

env:
RUSTFLAGS: -D warnings
jobs:
test:
name: Test
name: MPC Contract Test
strategy:
matrix:
os: [ubuntu-22.04-4core]
os: [warp-ubuntu-latest-x64-4x]
runs-on: ${{ matrix.os }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/multichain-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
RUSTFLAGS: -D warnings
jobs:
test:
name: Test
name: Integration Test
strategy:
matrix:
# FIXME: macos-latest-xl is disabled since colima is erroring out right now
Expand Down

0 comments on commit a0af8e5

Please sign in to comment.