Skip to content

Update all

Update all #77

Workflow file for this run

name: Rust build
on:
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --release