Skip to content

remove method in request #20

remove method in request

remove method in request #20

Workflow file for this run

name: CI
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v1
- uses: dtolnay/rust-toolchain@nightly
- run: cargo test