Skip to content

📈 初步编写了用于调试的本地临时集群配置,都是缓存容器。 #26

📈 初步编写了用于调试的本地临时集群配置,都是缓存容器。

📈 初步编写了用于调试的本地临时集群配置,都是缓存容器。 #26

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