Searched refs:check (Results 1 – 2 of 2) sorted by relevance
14 build-check:20 - name: build check21 run: make check23 fmt-check:30 run: make fmt-check
18 check: target19 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) check --all-features33 fmt-check:34 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) fmt --check