Skip to content

chore(api): raise PublicLong cache duration from 1h to 1d (#189) #416

chore(api): raise PublicLong cache duration from 1h to 1d (#189)

chore(api): raise PublicLong cache duration from 1h to 1d (#189) #416

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