Skip to content

Oauth session

Oauth session #7

Workflow file for this run

name: Common
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: |
cargo build -p atrium-common --verbose
- name: Run tests
run: |
cargo test -p atrium-common --lib