Skip to content

fix(pypi): increase cache duration for version requests (#171) #380

fix(pypi): increase cache duration for version requests (#171)

fix(pypi): increase cache duration for version requests (#171) #380

Workflow file for this run

---
name: Tests
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
schema-test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: cd api && cargo test