Skip to content

update tests

update tests #81

Workflow file for this run

name: Test Package
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo build --verbose
- run: cargo test --verbose
env:
PDL_API_KEY: ${{secrets.PDL_API_KEY}}