Registry / testing / jbenet-go-cienv

jbenet-go-cienv

JSON →
library0.1.0gogounverified

Package ci provides helper functions for detecting and adapting to continuous integration environments during tests.

go get github.com/jbenet/go-cienv
INSTALL
IMPORT
SIG · JBENET-GO-CIENV
J
jbenet-go-cienv
testinggov0.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ci
github.com/jbenet/go-cienv

Check if the current environment is a CI system.

package main import ( "fmt" "github.com/jbenet/go-cienv" ) func main() { if ci.IsCI() { fmt.Println("Running in CI environment") } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jbenet-go-cienv — go get jbenet-go-cienv · libregistry