Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

feat: apple music special handling #31

feat: apple music special handling

feat: apple music special handling #31

Workflow file for this run

name: Rust build and test
on:
push:
branches: [master]
pull_request:
branches: [master]
env:
CARGO_TERM_COLOR: always
jobs:
check:
name: Rust project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Rust toolchain (v1.80.0)
uses: dtolnay/rust-toolchain@1.80.0
- name: Run build
run: cargo build
- name: Run test
run: cargo test