Skip to content

Merge pull request #12 from bgyss/codex/hashreference-xxxxx-rom #27

Merge pull request #12 from bgyss/codex/hashreference-xxxxx-rom

Merge pull request #12 from bgyss/codex/hashreference-xxxxx-rom #27

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test
- run: cargo run -p recomp-validation -- --out-dir artifacts/validation
- uses: actions/upload-artifact@v4
if: always()
with:
name: validation-report
path: artifacts/validation