Skip to content

feat: print stderr for rust compiler #22

feat: print stderr for rust compiler

feat: print stderr for rust compiler #22

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: Swatinem/rust-cache@v2
- name: Check Formatting
run: cargo fmt --all --check