Skip to content

chore: unified build in CI #1603

chore: unified build in CI

chore: unified build in CI #1603

Workflow file for this run

name: post-merge
on:
pull_request:
types:
- closed
jobs:
if_merged:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
components: rustfmt
toolchain: nightly-2024-01-12
- uses: Swatinem/rust-cache@v2
- run: ./docker_cargo.sh test -- --include-ignored