Skip to content

Commit 89fdb9c

Browse files
committed
use make in ci
edit version number
1 parent 19b82c5 commit 89fdb9c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Compile
2929
run: cargo check --locked
3030
- name: Test
31-
run: cargo nextest run
31+
run: make test
3232

3333
lint:
3434
runs-on: ubuntu-latest
@@ -39,6 +39,4 @@ jobs:
3939
components: clippy, rustfmt
4040
- uses: Swatinem/rust-cache@v2
4141
- name: Run cargo clippy (deny warnings)
42-
run: cargo clippy --workspace --all-targets --all-features -- -D warnings
43-
- name: Run cargo fmt (check if all code is rustfmt-ed)
44-
run: cargo fmt --all --check
42+
run: make lint

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "maedic"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2024"
55

66

0 commit comments

Comments
 (0)