Skip to content

Also add build into CI #3

Also add build into CI

Also add build into CI #3

Workflow file for this run

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