Skip to content

feat: Add xrpc-client package #109

feat: Add xrpc-client package

feat: Add xrpc-client package #109

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