Skip to content

Commit

Permalink
Moving fully to GH actions.
Browse files Browse the repository at this point in the history
Signed-off-by: bwplotka <bwplotka@gmail.com>
  • Loading branch information
bwplotka committed Jun 8, 2023
1 parent 781ea28 commit 8acc55e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 66 deletions.
63 changes: 0 additions & 63 deletions .circleci/config.yml

This file was deleted.

@@ -1,4 +1,4 @@
name: Test and Lint
name: Go

Check warning on line 1 in .github/workflows/go.yml

View workflow job for this annotation

GitHub Actions / Analyze (go)

1:1 [document-start] missing document start "---"

on:

Check warning on line 3 in .github/workflows/go.yml

View workflow job for this annotation

GitHub Actions / Analyze (go)

3:1 [truthy] truthy value should be one of [false, true]
push:
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,7 +1,7 @@
# Prometheus Go client library

[![CircleCI](https://circleci.com/gh/prometheus/client_golang/tree/main.svg?style=svg)](https://circleci.com/gh/prometheus/client_golang/tree/main)
[![Go Report Card](https://goreportcard.com/badge/github.com/prometheus/client_golang)](https://goreportcard.com/report/github.com/prometheus/client_golang)
[![CI](https://github.com/prometheus/client_golang/actions/workflows/ci.yml/badge.svg)](https://github.com/prometheus/client_golang/actions/workflows/ci.yml)
[[![Go Report Card](https://goreportcard.com/badge/github.com/prometheus/client_golang)](https://goreportcard.com/report/github.com/prometheus/client_golang)
[![Go Reference](https://pkg.go.dev/badge/github.com/prometheus/client_golang.svg)](https://pkg.go.dev/github.com/prometheus/client_golang)
[![Slack](https://img.shields.io/badge/join%20slack-%23prometheus--client_golang-brightgreen.svg)](https://slack.cncf.io/)

Expand Down
2 changes: 2 additions & 0 deletions prometheus/collector_test.go
Expand Up @@ -58,4 +58,6 @@ func TestDescribeByCollect(t *testing.T) {
if _, err := reg.Gather(); err != nil {
t.Error("gathering failed:", err)
}

t.Fatal("breaking test on purpose to check CI")
}

0 comments on commit 8acc55e

Please sign in to comment.