Skip to content

Commit

Permalink
Merge branch 'main' into multisig-ed25519
Browse files Browse the repository at this point in the history
  • Loading branch information
eranrund committed Sep 28, 2023
2 parents 8481f34 + 9f0a344 commit b457283
Show file tree
Hide file tree
Showing 50 changed files with 13,550 additions and 5,124 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: Basic
jobs:
test:
name: Test Suite
runs-on: ubuntu-latest
runs-on: ubuntu-latest-large
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:

cosmwasm-compilation:
name: Cosmwasm Compilation
runs-on: ubuntu-latest
runs-on: ubuntu-latest-large
steps:
- uses: actions/checkout@v4

Expand All @@ -69,7 +69,7 @@ jobs:

lints:
name: Lints
runs-on: ubuntu-latest
runs-on: ubuntu-latest-large
steps:
- uses: actions/checkout@v4

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
coverage:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-large
env:
CARGO_TERM_COLOR: always
steps:
Expand All @@ -25,6 +25,9 @@ jobs:
- name: Install protoc
uses: arduino/setup-protoc@v2

- name: Install libclang-dev
run: sudo apt-get install libclang-dev

- name: Cache build artifacts
uses: Swatinem/rust-cache@v2
with:
Expand Down
Loading

0 comments on commit b457283

Please sign in to comment.