Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
3903: Testnet 23 r=AurelienFT a=AurelienFT



Co-authored-by: Leo-Besancon <[email protected]>
Co-authored-by: AurelienFT <[email protected]>
Co-authored-by: Sydhds <[email protected]>
Co-authored-by: Modship <[email protected]>
Co-authored-by: Thomas Plisson <[email protected]>
Co-authored-by: AurelienFT <[email protected]>
Co-authored-by: Eitu33 <[email protected]>
Co-authored-by: Damir Vodenicarevic <[email protected]>
Co-authored-by: sydhds <[email protected]>
  • Loading branch information
10 people authored Jun 2, 2023
2 parents ca1a98a + fbd1950 commit 42ff16c
Show file tree
Hide file tree
Showing 254 changed files with 15,015 additions and 8,459 deletions.
2 changes: 2 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[alias]
xtask = "run --package massa-xtask --"
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-02-27
toolchain: nightly-2023-06-01
target: ${{ matrix.target }}
override: true
- uses: Swatinem/rust-cache@v2
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-02-27
toolchain: nightly-2023-06-01
components: rustfmt
override: true
- uses: Swatinem/rust-cache@v2
Expand All @@ -55,7 +55,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-02-27
toolchain: nightly-2023-06-01
- uses: Swatinem/rust-cache@v2
with:
shared-key: "check"
Expand All @@ -80,7 +80,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-02-27
toolchain: nightly-2023-06-01
components: clippy
override: true
- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-02-27
toolchain: nightly-2023-06-01
override: true
- uses: Swatinem/rust-cache@v2
with:
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-02-27
toolchain: nightly-2023-06-01
components: rustfmt
override: true
- uses: actions/checkout@v3
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-02-27
toolchain: nightly-2023-06-01
components: rustfmt
override: true
- uses: Swatinem/rust-cache@v2
Expand Down
Loading

0 comments on commit 42ff16c

Please sign in to comment.