Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
L
Lars Wirzenius
build(Makefile): build subplot as HTML
CI — 1 passed, 0 failed
z6MkkYez...mgx8 success
7 months ago 2044a69e57b4c013582b517dadd110723107e1e4 History
radicle-ci-broker Makefile
TESTS = 

all: check build test doc

check:
	cargo clippy --all-targets -- -Dwarnings
	cargo deny check -Dwarnings

build:
	cargo build --all-targets
	subplot docgen ci-broker.subplot -o ci-broker.html

fast-test: build
	timeout 60 cargo test -- --skip upgrades $(TESTS)

test: fast-test
	timeout 300 cargo test  -- $(TESTS)

.PHONY: doc
doc:
	make -C doc

semver:
	cargo semver-checks