Skip to content

Commit

Permalink
try nightly-07-29 toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
GopherJ committed Sep 26, 2021
1 parent 15ba43a commit fbf0178
Show file tree
Hide file tree
Showing 52 changed files with 1,752 additions and 1,745 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
rust: [1.53.0]
rust: [nightly-2021-07-29]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
rust: [1.53.0]
rust: [nightly-2021-07-29]

steps:
- name: Checkout Repository
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Generate code coverage
run: |
cargo +1.53.0 tarpaulin --verbose --no-fail-fast -p pallet-loans -p pallet-liquid-staking -p pallet-liquid-staking-v2 -p pallet-nominee-election -p pallet-prices -p pallet-liquidation --timeout 300 --out Xml
cargo +nightly-2021-07-29 tarpaulin --verbose --no-fail-fast -p pallet-loans -p pallet-liquid-staking -p pallet-liquid-staking-v2 -p pallet-nominee-election -p pallet-prices -p pallet-liquidation --timeout 300 --out Xml
- name: Upload To Codecov.io
uses: codecov/codecov-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
rust: [1.53.0]
rust: [nightly-2021-07-29]

steps:
- name: Checkout Repository
Expand Down
Loading

0 comments on commit fbf0178

Please sign in to comment.