Skip to content

Add tests for grant code checks. Create structured oauth error #96

Add tests for grant code checks. Create structured oauth error

Add tests for grant code checks. Create structured oauth error #96

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: build
args: --release
env:
RUSTFLAGS: "--cfg tracing_unstable"