Skip to content

ci(mergify): upgrade configuration to current format #3044

ci(mergify): upgrade configuration to current format

ci(mergify): upgrade configuration to current format #3044

Workflow file for this run

name: Test
on: [ workflow_dispatch, push, pull_request ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- uses: actions-rs/[email protected]
with:
toolchain: stable
- uses: actions-rs/[email protected]
with:
command: test
args: --verbose