Skip to content

fix(codegen): Two remaining gaps blocking a clean regeneration (#345) #71

fix(codegen): Two remaining gaps blocking a clean regeneration (#345)

fix(codegen): Two remaining gaps blocking a clean regeneration (#345) #71

Workflow file for this run

name: OAuth
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- name: Build
run: |
cargo build -p atrium-oauth --verbose
- name: Run tests
run: |
cargo test -p atrium-oauth --lib
cargo test -p atrium-oauth --lib --no-default-features