Skip to content

feat: add background_updates endpoints #61

feat: add background_updates endpoints

feat: add background_updates endpoints #61

Workflow file for this run

name: Rust Stable
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install rust nightly toolchain
uses: dtolnay/rust-toolchain@stable
- name: Check all features
run: cargo check --all-features
- name: Run tests
run: cargo test