Skip to content

Commit

Permalink
Disable doctest for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Aug 29, 2020
1 parent 0206057 commit d2b5b9b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: --manifest-path=fftw/Cargo.toml --features=${{ matrix.feature }} --no-default-features
args: >
--all-targets
--manifest-path=fftw/Cargo.toml
--features=${{ matrix.feature }}
--no-default-features
macos:
runs-on: macos-10.15
Expand Down

0 comments on commit d2b5b9b

Please sign in to comment.