Skip to content

Commit

Permalink
Run doctests on all compilers.
Browse files Browse the repository at this point in the history
And go back to [stable, beta, nightly] combo.
  • Loading branch information
thoren-d committed Oct 14, 2020
1 parent 1f0e085 commit 5705893
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push_pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
rust: ['1.44.0', stable, nightly]
rust: [stable, beta, nightly]

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -48,8 +48,8 @@ jobs:

- name: Run tests
run: cargo test --all-targets --verbose
- run: cargo test --doc --verbose
if: ${{ matrix.rust == '1.44.0' }}
- name: Run doc tests
run: cargo test --doc --verbose

format:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5705893

Please sign in to comment.