Skip to content

rs: handling default persistency #1

rs: handling default persistency

rs: handling default persistency #1

name: MPS-CLI-RS_CI
on:
push:
branches:
- 'main'
pull_request:
workflow_dispatch:
env:
GITHUB_TOKEN: ${{ secrets.MPSCLI_GITHUB_PKG_REGISTRY }}
jobs:
build_mps_cli_py:
runs-on: ubuntu-latest
env:
DISPLAY: ':99'
steps:
- uses: actions/checkout@v3
- name: setup toolchain
uses: hecrj/setup-rust-action@v1

Check failure on line 22 in .github/workflows/mps_cli_rs_build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/mps_cli_rs_build.yaml

Invalid workflow file

You have an error in your yaml syntax on line 22
with:
rust-version: stable
- name: cargo test
run: cargo test