test rust toolchain windows workflow

This commit is contained in:
Michael Zhang 2021-03-03 06:57:14 -06:00
parent 2d6a11406d
commit b26cd0f8c8
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

9
.github/workflows/build.yml vendored Normal file
View file

@ -0,0 +1,9 @@
on: [push]
jobs:
build:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
# vim: set ts=2 tw=2 sw=2 et :