Skip to content

Merge pull request #34 from sugyan/release-plz/2023-06-30T13-38-55Z #69

Merge pull request #34 from sugyan/release-plz/2023-06-30T13-38-55Z

Merge pull request #34 from sugyan/release-plz/2023-06-30T13-38-55Z #69

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