Skip to content

Commit 51c5089

Browse files
authored
chore: bump nearcore to 1.37.0-rc.1 (#124)
1 parent 9ddba15 commit 51c5089

File tree

10 files changed

+914
-864
lines changed

10 files changed

+914
-864
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,13 @@ on:
77
- develop
88
pull_request:
99

10-
env:
11-
RUST_VERSION: 1.74.0
12-
1310
jobs:
1411
fmt:
1512
name: Formatting
1613
runs-on: ubuntu-latest
1714
steps:
1815
- name: Checkout sources
1916
uses: actions/checkout@v2
20-
- name: Install rust
21-
uses: actions-rs/toolchain@v1
22-
with:
23-
toolchain: ${{ env.RUST_VERSION }}
24-
components: rustfmt
25-
profile: minimal
26-
override: true
2717
- name: Run rustfmt
2818
uses: actions-rs/cargo@v1
2919
with:
@@ -46,13 +36,6 @@ jobs:
4636
~/.cargo/git/db/
4737
target/
4838
key: ${{ runner.os }}-cargo-clippy-${{ hashFiles('**/Cargo.lock') }}
49-
- name: Install rust
50-
uses: actions-rs/toolchain@v1
51-
with:
52-
toolchain: ${{ env.RUST_VERSION }}
53-
components: clippy
54-
profile: minimal
55-
override: true
5639
- name: Run clippy
5740
uses: actions-rs/clippy-check@v1
5841
with:
@@ -88,15 +71,6 @@ jobs:
8871
~/.cargo/git/db/
8972
target/
9073
key: ${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.lock') }}
91-
- name: Install rust
92-
uses: actions-rs/toolchain@v1
93-
with:
94-
toolchain: ${{ env.RUST_VERSION }}
95-
- name: Install rust wasm32-unknown-unknown
96-
uses: actions-rs/toolchain@v1
97-
with:
98-
toolchain: ${{ env.RUST_VERSION }}
99-
target: wasm32-unknown-unknown
10074
- name: Run tests
10175
uses: actions-rs/cargo@v1
10276
with:
@@ -107,6 +81,7 @@ jobs:
10781
with:
10882
command: test
10983
args: --workspace --exclude aurora-refiner-app-integration-tests --features ext-connector
84+
11085
run-test:
11186
name: Run app test
11287
runs-on: [ self-hosted, heavy ]

0 commit comments

Comments
 (0)