Skip to content

Commit 3fe3d23

Browse files
authored
chore: refine makefile (#20)
1 parent 3aff3c5 commit 3fe3d23

File tree

5 files changed

+2
-138
lines changed

5 files changed

+2
-138
lines changed

.github/template/generate.sh

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/template/main-override.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/template/pr-override.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/template/template.yml

Lines changed: 0 additions & 83 deletions
This file was deleted.

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
SHELL := /bin/bash
22
.PHONY: deps check test test-ignored test-all all fast monitor clear madsim
33

4+
all: check test
5+
46
deps:
57
./scripts/install-deps.sh
68

79
check:
810
typos
911
shellcheck ./scripts/*
10-
./.github/template/generate.sh
1112
cargo sort -w
1213
cargo fmt --all
1314
cargo clippy --all-targets
@@ -24,6 +25,3 @@ taplo:
2425

2526
ffmt:
2627
cargo +nightly fmt --all -- --config-path rustfmt.nightly.toml
27-
28-
all: check test
29-

0 commit comments

Comments
 (0)