Skip to content

Fix redundant assertion in patch_test.rs #21

Fix redundant assertion in patch_test.rs

Fix redundant assertion in patch_test.rs #21

Workflow file for this run

name: Rust
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
MAX_LENGTH: 100
MAX_CHARS: 5000
LANGUAGE: "en"
TIMEOUT: 30
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make install
- run: make test
- run: make simulate