Skip to content

Merge pull request #61 from sugyan/release-plz-2023-11-05T07-02-27Z #106

Merge pull request #61 from sugyan/release-plz-2023-11-05T07-02-27Z

Merge pull request #61 from sugyan/release-plz-2023-11-05T07-02-27Z #106

Workflow file for this run

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