mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
chore: updated nightly references version
This commit is contained in:
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
@@ -13,11 +13,11 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly-2024-12-05
|
||||
toolchain: nightly-2025-04-10
|
||||
override: true
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly-2024-12-05
|
||||
toolchain: nightly-2025-04-10
|
||||
target: wasm32-unknown-unknown
|
||||
override: true
|
||||
- uses: actions/setup-python@v1
|
||||
@@ -37,11 +37,11 @@ jobs:
|
||||
|
||||
- name: Run test units
|
||||
run: |
|
||||
make CARGO="cargo +nightly-2024-12-05" test
|
||||
make CARGO="cargo +nightly-2025-04-10" test
|
||||
|
||||
- name: Compile all bins
|
||||
run: |
|
||||
make CARGO="cargo +nightly-2024-12-05"
|
||||
make CARGO="cargo +nightly-2025-04-10"
|
||||
|
||||
feature-powerset:
|
||||
name: Test crate feature powerset on ${{ matrix.os }}
|
||||
@@ -54,11 +54,11 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly-2024-12-05
|
||||
toolchain: nightly-2025-04-10
|
||||
override: true
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly-2024-12-05
|
||||
toolchain: nightly-2025-04-10
|
||||
target: wasm32-unknown-unknown
|
||||
override: true
|
||||
- uses: taiki-e/install-action@cargo-hack
|
||||
@@ -75,7 +75,7 @@ jobs:
|
||||
|
||||
- name: Run feature powerset builds
|
||||
run: |
|
||||
make CARGO="cargo +nightly-2024-12-05" check
|
||||
make CARGO="cargo +nightly-2025-04-10" check
|
||||
|
||||
fmt:
|
||||
name: rustfmt
|
||||
@@ -85,8 +85,8 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly-2024-12-05
|
||||
toolchain: nightly-2025-04-10
|
||||
components: rustfmt
|
||||
override: true
|
||||
- run: |
|
||||
cargo +nightly-2024-12-05 fmt -- --check
|
||||
cargo +nightly-2025-04-10 fmt -- --check
|
||||
|
||||
Reference in New Issue
Block a user