Skip to content

fix github ci build script #3

fix github ci build script

fix github ci build script #3

Workflow file for this run

name: PR
on:
pull_request:
branches:
- main
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: moonrepo/setup-rust@v1
- run: cargo test
- run: cargo fmt