Skip to content

Commit

Permalink
ci: dont fail fast, only on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alemidev committed Aug 17, 2024
1 parent 417e692 commit f9d8ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- dev
- main

env:
CARGO_TERM_COLOR: always
Expand All @@ -14,6 +13,7 @@ jobs:
name: Rust project - latest
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
features:
- rust
Expand Down

0 comments on commit f9d8ed6

Please sign in to comment.