mirror of
https://github.com/openai/harmony.git
synced 2025-08-23 10:17:08 -04:00
ci
This commit is contained in:
parent
64bca4cf32
commit
0c69fd960d
2 changed files with 81 additions and 0 deletions
14
.github/workflows/CI.yml
vendored
14
.github/workflows/CI.yml
vendored
|
@ -19,6 +19,20 @@ permissions:
|
|||
contents: read
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
name: Tests (fmt, clippy, cargo test, doctest, pytest)
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-14, windows-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run composite test suite
|
||||
uses: ./.github/actions/run-rust-python-tests
|
||||
with:
|
||||
python-version: "3.11"
|
||||
rust-toolchain: stable
|
||||
linux:
|
||||
runs-on: ${{ matrix.platform.runner }}
|
||||
strategy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue