Skip to content

Commit

Permalink
Merge pull request #84 from golemfactory/pwalski/gsb_proxy_counters
Browse files Browse the repository at this point in the history
gsb-http-proxy counters support
  • Loading branch information
pwalski authored Apr 4, 2024
2 parents 8ee370e + ff68c64 commit 7ae55db
Show file tree
Hide file tree
Showing 8 changed files with 2,604 additions and 484 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- pre-rel-*
env:
CARGO_TERM_COLOR: always
rust_stable: 1.76.0

jobs:
release:
Expand All @@ -24,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.71.0
toolchain: ${{ env.rust_stable }}
components: clippy, rustfmt

- uses: Swatinem/rust-cache@v2
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
rust_stable: 1.76.0

jobs:
test:
Expand All @@ -27,7 +28,7 @@ jobs:

- uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.71.0
toolchain: ${{ env.rust_stable }}
components: clippy, rustfmt

- uses: Swatinem/rust-cache@v2
Expand Down
Loading

0 comments on commit 7ae55db

Please sign in to comment.