Skip to content

Also add build into CI #2

Also add build into CI

Also add build into CI #2

Workflow file for this run

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