summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
ad5b365)
Use Windows to do the build since it doesn't require any special dependencies to build the paste code
+ runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Build
steps:
- uses: actions/checkout@v1
- name: Build
- run: cargo build --verbose
+ run: cargo build --features paste --verbose
- run: cargo test --verbose
+ run: cargo test --features paste --verbose