Add CI job to validate that installing published version works

This commit is contained in:
David Tolnay 2023-10-02 01:37:57 -04:00
parent c3d9c5b9bb
commit f50d0f265c
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

17
.github/workflows/install.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: Install
on:
workflow_dispatch:
schedule: [cron: "40 1 * * *"]
permissions: {}
env:
RUSTFLAGS: -Dwarnings
jobs:
install:
name: Install
uses: dtolnay/.github/.github/workflows/check_install.yml@master
with:
crate: cargo-expand