Skip to content

Add mlog binary

Add mlog binary #49

Workflow file for this run

name: Build and test
on:
push:
branches: ["*"]
jobs:
test:
strategy:
fail-fast: false
matrix:
os:
- macos-latest
- ubuntu-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: Swatinem/rust-cache@v2
- name: Run tests
run: cargo test