Skip to content

Merge branch 'main' of github.com:Co1lin/CWEval #49

Merge branch 'main' of github.com:Co1lin/CWEval

Merge branch 'main' of github.com:Co1lin/CWEval #49

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
types: [opened, synchronize]
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Test python benchmark
run: pytest -x -n 8 benchmark/py