Skip to content

Tests

Tests #338

Workflow file for this run

name: Tests
on:
push:
branches:
- main
create:
tags:
- "**"
pull_request:
branches:
- main
schedule:
# Run every Monday at 7:42am UTC.
- cron: "42 7 * * 1"
jobs:
benchopt_dev:
uses: benchopt/template_benchmark/.github/workflows/test_benchmarks.yml@main
with:
benchopt_branch: benchopt@main
lint:
uses: benchopt/template_benchmark/.github/workflows/lint_benchmarks.yml@main