name: Rust on: [push] jobs: build: runs-on: windows-latest steps: - uses: actions/checkout@v1 - name: Build run: cargo build --features paste --verbose - name: Run tests run: cargo test --features paste --verbose