Skip to content

implemented workaround for failing lyrics downloads #6

implemented workaround for failing lyrics downloads

implemented workaround for failing lyrics downloads #6

Workflow file for this run

name: build and test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up nightly Rust
uses: dtolnay/rust-toolchain@nightly
- name: Install dependencies
run: cargo build --locked --all-features
- name: Run tests
run: cargo test --locked --all-features