Skip to content

Also add build into CI #19

Also add build into CI

Also add build into CI #19

Workflow file for this run

on: [push, pull_request]
name: Check
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Check
run: cargo check --all-features --verbose