3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-04-05 21:24:07 +00:00
rust-cache/.github/workflows/install.yml
2022-07-09 17:17:14 +02:00

26 lines
466 B
YAML

name: install
on: [push, pull_request]
jobs:
install:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
name: Test `cargo install` on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v2
- run: rustup toolchain install stable --profile minimal
- uses: ./
- run: cargo install cargo-deny --locked