Home
last modified time | relevance | path

Searched refs:check (Results 1 – 2 of 2) sorted by relevance

/NovaShell/.github/workflows/
H A Drust.yml14 build-check:
20 - name: build check
21 run: make check
23 fmt-check:
30 run: make fmt-check
/NovaShell/
H A DMakefile18 check: target
19 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) check --all-features
33 fmt-check:
34 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) fmt --check