Skip to content

Additional HTTP methods #50

Additional HTTP methods

Additional HTTP methods #50

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-12]
steps:
- uses: actions/checkout@v3
- name: Build
run: |
cargo build
- name: Test
run: |
cargo test --lib