Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: cargo install frame-omni-bencher --version 0.10.0

- name: Cache dependencies
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Test runtime-benchmarks
run: cargo test --release --features runtime-benchmarks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
use-tool-cache: false

- name: Cache Dependencies
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Generate coverage report
run: ./scripts/tests/coverage.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-hub-parachain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
hadolint:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
name: "Hadolint"
steps:
- uses: actions/checkout@v3
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
build_parachain:
name: Build Parachain
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:

zombienet_zndsl:
name: ZNDSL Tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: ["build_parachain"]
steps:
- name: Checkout repository
Expand All @@ -72,7 +72,7 @@ jobs:
pnpm install

- name: Cache Dependencies
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Create local folders
run: |
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:

zombienet_zeitgeist_upgrade:
name: Zeitgeist Zombienet Post-Upgrade Tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: ["build_parachain"]
steps:
- name: Checkout repository
Expand All @@ -129,7 +129,7 @@ jobs:
pnpm install

- name: Cache Dependencies
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Create local folders
run: |
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:

chopsticks_battery_station_upgrade:
name: Battery Station Chopsticks Post-Upgrade Tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: ["build_parachain"]
steps:
- name: Checkout repository
Expand All @@ -185,7 +185,7 @@ jobs:
pnpm install

- name: Cache Dependencies
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Create local folders
run: |
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:

chopsticks_zeitgeist_upgrade:
name: Zeitgeist Chopsticks Post-Upgrade Tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: ["build_parachain"]
steps:
- name: Checkout repository
Expand All @@ -240,7 +240,7 @@ jobs:
pnpm install

- name: Cache Dependencies
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Create local folders
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# crate: taplo-cli

- name: Cache Dependencies
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Format
run: ./scripts/tests/format.sh --check
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
run: ./scripts/init.sh

- name: Cache Dependencies
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Tests
run: ./scripts/tests/test_standalone.sh
Expand All @@ -141,7 +141,7 @@ jobs:
run: ./scripts/init.sh

- name: Cache Dependencies
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Tests
run: ./scripts/tests/test_parachain.sh
Expand Down Expand Up @@ -172,6 +172,6 @@ jobs:
use-tool-cache: true

- name: Cache Dependencies
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- run: ./scripts/tests/fuzz.sh --verbose
Loading
Loading