DY4UJOEXUI54LERUYI5T7FUMTENXELH3WP4BAFTZQT4XRATFY75QC - uses: actions/checkout@v2- name: Buildrun: cargo build --verbose- name: Run testsrun: cargo test --verbose
- uses: actions/checkout@v2- uses: actions-rs/toolchain@v1with:toolchain: nightlycomponents: clippyoverride: true- name: Buildrun: cargo build --verbose- name: Run testsrun: cargo test --verbose- name: Run clippyrun: cargo clippy --verbose