Skip to content

bump(url): update to v2.5.4 (#209) #456

bump(url): update to v2.5.4 (#209)

bump(url): update to v2.5.4 (#209) #456

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