Skip to content

fix: Declare lifetime parameters in a consistent order, always (#4) #18

fix: Declare lifetime parameters in a consistent order, always (#4)

fix: Declare lifetime parameters in a consistent order, always (#4) #18

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests (including doctests)
run: cargo test