Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ss-es committed Mar 11, 2024
1 parent 77de449 commit 38ab8a6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- async-std
#- tokio
runs-on: [self-hosted]
container: ghcr.io/espressosystems/devops-rust:stable
steps:
- uses: dtolnay/rust-toolchain@stable
name: Install Rust
Expand All @@ -40,6 +41,7 @@ jobs:
- async-std
#- tokio
runs-on: [self-hosted]
container: ghcr.io/espressosystems/devops-rust:stable
steps:
- uses: dtolnay/rust-toolchain@stable
name: Install Rust
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ jobs:
- async-std
- tokio
runs-on: [self-hosted, arm64]
container: ghcr.io/espressosystems/devops-rust:stable
steps:
- uses: actions/checkout@v4
name: Checkout Repository

- name: Install Rust Stable
uses: dtolnay/rust-toolchain@stable

- uses: Swatinem/rust-cache@v2
name: Enable Rust Caching
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- async-std
#- tokio
runs-on: [self-hosted]
container: ghcr.io/espressosystems/devops-rust:stable
steps:
- uses: dtolnay/rust-toolchain@stable
name: Install Current Rust
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- async-std
#- tokio
runs-on: [self-hosted]
container: ghcr.io/espressosystems/devops-rust:stable
steps:
- uses: dtolnay/rust-toolchain@stable
name: Install Rust
Expand Down

0 comments on commit 38ab8a6

Please sign in to comment.