Skip to content

feat: support blocking macros #61

feat: support blocking macros

feat: support blocking macros #61

Workflow file for this run

name: PR Build
permissions:
contents: read
on:
pull_request:
env:
# Faster from-scratch builds
CARGO_INCREMENTAL: 0
jobs:
build:
runs-on: ubuntu-latest-dd
steps:
- uses: actions/checkout@v4
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- run: . $HOME/.cargo/env && rustup update
- run: . $HOME/.cargo/env && cargo build --release --all
- run: . $HOME/.cargo/env && cargo test
- run: test_app/scripts/validate-against-expected.sh