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