From 4e378fafa5a93c081ac6b28c6adeaffe9f8af609 Mon Sep 17 00:00:00 2001 From: YoEight Date: Sat, 3 Jan 2026 11:20:46 -0500 Subject: [PATCH] chore: no need to build the project before running the tests --- .github/workflows/pr.yml | 7 ++----- README.md | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 173c204..3e00c59 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -1,4 +1,4 @@ -name: Rust +name: CI on: push: @@ -30,9 +30,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Build - run: cargo check --all-targets - - name: Install cargo-nextest uses: baptiste0928/cargo-install@v3.3.0 with: @@ -52,4 +49,4 @@ jobs: run: cargo clippy --all-features -- -D warnings - name: Format - run: cargo fmt -- --check \ No newline at end of file + run: cargo fmt -- --check diff --git a/README.md b/README.md index b900a9d..457e385 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [crates-badge]: https://img.shields.io/crates/v/eventql-parser.svg [crates-download]: https://img.shields.io/crates/d/eventql-parser.svg [crates-url]: https://crates.io/crates/eventql-parser -[ci-badge]: https://github.com/YoEight/eventql-parser/workflows/Rust/badge.svg +[ci-badge]: https://github.com/YoEight/eventql-parser/workflows/CI/badge.svg [ci-url]: https://github.com/YoEight/eventql-parser/actions A complete lexer and parser for EventQL (EQL), a query language designed for event sourcing systems.