Skip to content

Fix buck2 targets command for non-ocamlrep users of the fbcode shim #166

Fix buck2 targets command for non-ocamlrep users of the fbcode shim

Fix buck2 targets command for non-ocamlrep users of the fbcode shim #166

name: Cargo build and test
on:
push:
pull_request:
workflow_dispatch:
jobs:
cargo-build-and-test:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu, macos]
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: sudo apt-get update && sudo apt-get install opam
if: matrix.os == 'ubuntu'
- run: brew install opam
if: matrix.os == 'macos'
- run: |
opam init --compiler=5.2.0~beta2 --disable-sandboxing -y
opam env | sed "s/ export .*//g" | sed "s/'//g" | sed "s/\;//g" >> $GITHUB_ENV
- run: ./ocaml-setup.sh
- run: cargo build
- run: cargo test