Skip to content

Merge pull request #7 from bgyss/codex/static-recomp-skills #17

Merge pull request #7 from bgyss/codex/static-recomp-skills

Merge pull request #7 from bgyss/codex/static-recomp-skills #17

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