Skip to content

Commit

Permalink
Merge pull request #128 from golemfactory/dummy-http-server
Browse files Browse the repository at this point in the history
Add basic http server to Dummy runtime
  • Loading branch information
mwalkiewicz authored Oct 11, 2024
2 parents 784421d + 0e43157 commit 8a5bc1b
Show file tree
Hide file tree
Showing 8 changed files with 770 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fmt-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
rust_stable: 1.76.0
rust_stable: 1.79.0

jobs:
check_format:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- pre-rel-*
env:
CARGO_TERM_COLOR: always
rust_stable: 1.76.0
rust_stable: 1.79.0

jobs:
release:
Expand All @@ -20,7 +20,7 @@ jobs:
os:
- ubuntu
- windows

steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
rust_stable: 1.76.0
rust_stable: 1.79.0

jobs:
test:
Expand Down
Loading

0 comments on commit 8a5bc1b

Please sign in to comment.