Skip to content

Merge pull request #16 from wjhoward/query-param-fix #53

Merge pull request #16 from wjhoward/query-param-fix

Merge pull request #16 from wjhoward/query-param-fix #53

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