Skip to content

Refactor : refactor reqwest_impl #10

Refactor : refactor reqwest_impl

Refactor : refactor reqwest_impl #10

Workflow file for this run

name: Rust
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Check formatting of Rust code with rustfmt
# You may pin to the exact commit or the version.
# uses: actions-rust-lang/rustfmt@2d1d4e9f72379428552fa1def0b898733fb8472d
uses: actions-rust-lang/rustfmt@v1.1.0