Skip to content

test 模式统一外部命令 mock(fkst.test.mock_command/command_calls) (#9) #26

test 模式统一外部命令 mock(fkst.test.mock_command/command_calls) (#9)

test 模式统一外部命令 mock(fkst.test.mock_command/command_calls) (#9) #26

Workflow file for this run

name: ci
on:
push:
branches: [dev]
pull_request:
branches: [dev]
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install stable Rust
run: |
rustup toolchain install stable --profile minimal
rustup default stable
rustc --version
- name: Run verification gates
run: ./scripts/verify.sh