Skip to content

Commit

Permalink
Temporarily run GitHub Actions on Windows, MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
cycraig committed Sep 7, 2022
1 parent 2584763 commit 278767f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ on:
jobs:
build:
name: Run tests and doctests on ubuntu
runs-on: ubuntu-latest
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
rust: ["1.56.1", stable, beta, nightly]
features: [webp-encoder]
# features: [gif, jpeg, png, tiff, ico, pnm, tga, webp, bmp, hdr, dxt, dds, farbfeld, openexr, jpeg_rayon, webp-encoder, '']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 278767f

Please sign in to comment.