Skip to content
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