Skip to content

Merge pull request #13 from bgyss/codex/round-trip-static-recomp-loop #29

Merge pull request #13 from bgyss/codex/round-trip-static-recomp-loop

Merge pull request #13 from bgyss/codex/round-trip-static-recomp-loop #29

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