Skip to content

Commit 988633e

Browse files
committed
Improve GH workflow name
1 parent 30ee8d1 commit 988633e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Tests
22
on: [push, pull_request, workflow_dispatch]
33

44
jobs:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
`awesome/simdjson_plus`
22
=======================
33

4-
[![Build Status](https://github.com/awesomized/simdjson-plus-php-ext/actions/workflows/integration.yml/badge.svg?branch=main)](https://github.com/awesomized/simdjson-plus-php-ext/actions/workflows/integration.yml?query=branch%3Amain)
4+
[![Tests status](https://github.com/awesomized/simdjson-plus-php-ext/workflows/Tests/badge.svg)](https://github.com/awesomized/simdjson-plus-php-ext/actions?query=workflow%3ATests)
55
[![Latest Stable Version](https://img.shields.io/packagist/v/awesome/simdjson_plus)](https://packagist.org/packages/awesome/simdjson_plus)
66

77
🚀 Blazing-fast JSON encoding and decoding for PHP, powered by the

0 commit comments

Comments
 (0)