From a339e1da1a9d0762a2027a60837d73441ff5d1e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C5=BD=C3=A1dn=C3=ADk?= Date: Mon, 22 Jan 2024 20:23:07 +0200 Subject: [PATCH] Reorder CI jobs --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dced090..9ffddff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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