third_party_rust_rustc-hash/.github/workflows/rust.yml

14 lines
250 B
YAML
Raw Normal View History

name: Rust
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v2
- uses: rust-lang/simpleinfra/github-actions/simple-ci@master
strategy:
matrix:
os: [ubuntu, windows, macos]