Skip to content

Introduce Serialize trait #335

Introduce Serialize trait

Introduce Serialize trait #335

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
merge_group:
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Install tools
uses: taiki-e/install-action@v2
with:
tool: cargo-hack,just
- name: Run tests
shell: bash
run: |
rustup toolchain install nightly --component miri
just