Skip to content

Commit

Permalink
Merge branch 'testnet3' into feat/stubs
Browse files Browse the repository at this point in the history
Signed-off-by: evan-schott <[email protected]>
  • Loading branch information
evan-schott authored Jan 3, 2024
2 parents 44ae9e6 + 39a9fa0 commit 902387d
Show file tree
Hide file tree
Showing 9 changed files with 322 additions and 89 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ commands:
jobs:
check-style:
docker:
- image: cimg/rust:1.71
- image: cimg/rust:1.74
resource_class: xlarge
steps:
- checkout
Expand All @@ -66,7 +66,7 @@ jobs:

clippy:
docker:
- image: cimg/rust:1.71
- image: cimg/rust:1.74
resource_class: xlarge
steps:
- checkout
Expand All @@ -83,7 +83,7 @@ jobs:

leo-executable:
docker:
- image: cimg/rust:1.71
- image: cimg/rust:1.74
resource_class: xlarge
steps:
- checkout
Expand All @@ -102,7 +102,7 @@ jobs:

leo-new:
docker:
- image: cimg/rust:1.71
- image: cimg/rust:1.74
resource_class: xlarge
steps:
- attach_workspace:
Expand All @@ -111,11 +111,11 @@ jobs:
name: leo new
command: |
export LEO=/home/circleci/project/project/bin/leo
./project/.circleci/leo-new.sh
timeout 30m ./project/.circleci/leo-new.sh
leo-clean:
docker:
- image: cimg/rust:1.71
- image: cimg/rust:1.74
resource_class: xlarge
steps:
- attach_workspace:
Expand All @@ -128,7 +128,7 @@ jobs:
leo-example:
docker:
- image: cimg/rust:1.71
- image: cimg/rust:1.74
resource_class: xlarge
steps:
- attach_workspace:
Expand All @@ -141,7 +141,7 @@ jobs:
test-examples:
docker:
- image: cimg/rust:1.71
- image: cimg/rust:1.74
resource_class: xlarge
steps:
- attach_workspace:
Expand Down
174 changes: 170 additions & 4 deletions CONTRIBUTORS.md

Large diffs are not rendered by default.

Loading

0 comments on commit 902387d

Please sign in to comment.