Skip to content

Update changelog with new endpoints #123

Update changelog with new endpoints

Update changelog with new endpoints #123

Workflow file for this run

name: CI
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: CI builder for listenbrainz-rs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Perform build of listenbrainz-rs
run: cargo build --verbose
- name: Run unit tests for listenbrain-rs
run: cargo test --verbose