julien/lovepublic Fork 0
main
Commits
Clone
git clone https://git.rickub.com/julien/love.git
git clone ssh://git@rickub.com/julien/love.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

success

CI #7

push · 2-multichain-check · 3a20a7c8ran in 16s
queued <1s ran 15s total 16s
1 jobs
0 failed
16s duration
tests
0 artifacts
Foundry project
successFoundry project
successactions/checkout@v5 <1s
successInstall Foundry 6s
successShow Forge version <1s
Run
forge --version
successRun Forge fmt <1s
Run
forge fmt --check
successRun Forge build 9s
Run
forge build --sizes
successRun Forge tests <1s
Run
forge test -vvv

No test reports for this run.

Tell a job where its test runner writes its report and this tab fills in: how many tests passed, failed and were skipped, a bar of the result at a glance, then every failure first — with the assertion that failed and the output around it — over a per-suite list of cases and their durations. No scrolling a log for the word FAIL.

It is one reports: key on the job — a job key, not a step, so the report is collected whatever the job concluded. JUnit XML and go test -json are both understood, and most runners already emit one of them. reports: is a rickub extension and works only in .rickub/workflows/; in .github/workflows/ it is a parse error on purpose, because those files are also meant to run on github.com.