Skip to content

Merge pull request #6 from kongying-tavern/copilot/fix-9d0c0060-3542-… #57

Merge pull request #6 from kongying-tavern/copilot/fix-9d0c0060-3542-…

Merge pull request #6 from kongying-tavern/copilot/fix-9d0c0060-3542-… #57

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: build
args: --package _router