Skip to content

Panic on missing join clause #227

Panic on missing join clause

Panic on missing join clause #227

Workflow file for this run

name: CI
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build
- name: Run tests
run: cargo test