Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
Alexander Peters edited this page Mar 30, 2021 · 3 revisions

Dev wiki

Temporary solution to capture information that are helpful when working with the project.

Local tests

  • Run system tests without rebuild
go test -tags system_test -count=1 -v ./testing --run TestSmokeTest

Debug CircleCI

  • Run job locally
circleci local execute --job test-system

Common issues

Clone this wiki locally