Skip to content

Commit

Permalink
Merge pull request #92 from demarches-simplifiees/variabilize_backend…
Browse files Browse the repository at this point in the history
…_connection_timeout

Variabilize backend connection timeout
  • Loading branch information
LeSim authored Sep 28, 2023
2 parents 11658be + 4e0b961 commit b7e1544
Show file tree
Hide file tree
Showing 18 changed files with 359 additions and 348 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@1.69.0
- uses: dtolnay/rust-toolchain@1.72.1
with: { components: rustfmt }

- run: cargo fmt --all -- --check
Expand All @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@1.69.0
- uses: dtolnay/rust-toolchain@1.72.1
with: { components: clippy }

- name: Cache Dependencies
Expand All @@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@1.69.0
- uses: dtolnay/rust-toolchain@1.72.1

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

0 comments on commit b7e1544

Please sign in to comment.