CI checks formatting and OIDC build

This commit is contained in:
Simon Goller 2024-06-25 13:36:34 +02:00
parent 2cb5fdf674
commit bf31ab7209

View file

@ -17,7 +17,11 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Build - name: Formatting
run: cargo fmt --all -- --check
- name: Build local version
run: cargo build --verbose run: cargo build --verbose
- name: Build OIDC version
run: cargo build --verbose --no-default-features --features oidc
- name: Run tests - name: Run tests
run: cargo test --verbose run: cargo test --verbose