Skip to content

Commit

Permalink
chore: update Sui dependency (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
haiyizxx authored Jan 2, 2024
1 parent f5e1b35 commit c0904e1
Show file tree
Hide file tree
Showing 4 changed files with 5,402 additions and 10,618 deletions.
8 changes: 4 additions & 4 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-large
runs-on: ubuntu-8-core-32-gb
steps:
- uses: actions/checkout@v4

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

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

Expand Down Expand Up @@ -72,13 +72,13 @@ jobs:
with:
command: install
args: --debug --version 1.3.3 --locked cosmwasm-check

- name: Check wasm contracts
run: cosmwasm-check ./target/wasm32-unknown-unknown/release/*.wasm

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

Expand Down
2 changes: 1 addition & 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-large
runs-on: ubuntu-8-core-32-gb
env:
CARGO_TERM_COLOR: always
steps:
Expand Down
Loading

0 comments on commit c0904e1

Please sign in to comment.