Skip to content

Commit 4901d74

Browse files
committed
GHA: Re-order, and always run all the rust steps
1 parent 9deba9a commit 4901d74

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@ jobs:
2525
rustflags: ""
2626
target: ${{ matrix.target }}
2727
- uses: mamba-org/setup-micromamba@v2
28+
env:
29+
ACTIONS_STEP_DEBUG: true
30+
- run: cargo test
31+
if: always()
2832
- run: cargo fmt --check
33+
if: always()
2934
- run: cargo clippy
30-
- run: cargo test
35+
if: always()
3136
- run: cargo build --release
37+
if: always()

0 commit comments

Comments
 (0)