Skip to content

Bump pyo3 from 0.27.1 to 0.27.2 #320

Bump pyo3 from 0.27.1 to 0.27.2

Bump pyo3 from 0.27.1 to 0.27.2 #320

Workflow file for this run

# Run tests for code2prompt
name: Code2prompt Continuous Integration
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run tests
run: cargo test --verbose