Skip to content

Commit

Permalink
Run all test and package to completion
Browse files Browse the repository at this point in the history
So one can fix all the problem reported by CI in one go
  • Loading branch information
aquarhead authored and djc committed Sep 28, 2024
1 parent 53b4b51 commit 6d751f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
Test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
rust: [stable, beta]
Expand All @@ -30,6 +31,7 @@ jobs:

Package:
strategy:
fail-fast: false
matrix:
package: [
askama, askama_actix, askama_axum, askama_derive, askama_escape,
Expand Down

0 comments on commit 6d751f9

Please sign in to comment.