Skip to content

Commit f42eef6

Browse files
authored
chore: no need to build the project before running the tests (#6)
1 parent 01a84bb commit f42eef6

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/pr.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Rust
1+
name: CI
22

33
on:
44
push:
@@ -30,9 +30,6 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v4
3232

33-
- name: Build
34-
run: cargo check --all-targets
35-
3633
- name: Install cargo-nextest
3734
uses: baptiste0928/cargo-install@v3.3.0
3835
with:
@@ -52,4 +49,4 @@ jobs:
5249
run: cargo clippy --all-features -- -D warnings
5350

5451
- name: Format
55-
run: cargo fmt -- --check
52+
run: cargo fmt -- --check

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[crates-badge]: https://img.shields.io/crates/v/eventql-parser.svg
99
[crates-download]: https://img.shields.io/crates/d/eventql-parser.svg
1010
[crates-url]: https://crates.io/crates/eventql-parser
11-
[ci-badge]: https://github.com/YoEight/eventql-parser/workflows/Rust/badge.svg
11+
[ci-badge]: https://github.com/YoEight/eventql-parser/workflows/CI/badge.svg
1212
[ci-url]: https://github.com/YoEight/eventql-parser/actions
1313

1414
A complete lexer and parser for EventQL (EQL), a query language designed for event sourcing systems.

0 commit comments

Comments
 (0)