1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
name: Rust on: [push] jobs: ci: runs-on: windows-latest strategy: matrix: rust: - stable - beta - nightly - 1.34.0 # MSRV steps: - uses: actions/checkout@v2 - name: Cargo "test" (which builds the examples) run: cargo test