Skip to content

fix: Missing metamagic changes #22

fix: Missing metamagic changes

fix: Missing metamagic changes #22

Workflow file for this run

name: ci
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
env:
RUST_VERSION: 1.73.0
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on:
group: rust-heavy
container: dscvrdocker/be-edge-base-builder
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ env.RUST_VERSION }}
- uses: jwlawson/[email protected]
- name: Run
run: ./build-scripts/build_and_test.sh
env:
CARGO_INCREMENTAL: "0"