Skip to content

Commit

Permalink
Reorder CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
kubouch committed Jan 22, 2024
1 parent f54d8dd commit a339e1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
toolchain: ${{ matrix.rust }}
components: rustfmt, clippy

- run: cargo fmt --check --all
- run: cargo clippy -- -D warnings
- run: cargo build --all-features
- run: cargo test
- run: cargo test --all-features
- run: cargo fmt --check --all
- run: cargo clippy -- -D warnings
- run: cargo run --example 256_colors
- run: cargo run --example hyperlink
- run: cargo run --example title

0 comments on commit a339e1d

Please sign in to comment.