diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fd63e14..0a5a38bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Test +name: CI Tests on: push: branches: [main] diff --git a/README.md b/README.md index 08c550c1..bddf6e49 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ SPDX-License-Identifier: 2.0 license with LLVM exceptions --> +![CI Tests](https://github.com/beman-project/Optional26/actions/workflows/ci.yml/badge.svg) + This repository implements `std::optional` extensions targeting C++26. The `Beman.Optional26` library aims to evaluate the stability, the usability, and the performance of these proposed changes before they are officially adopted by WG21 into the C++ Working Draft. Additionally, it allows developers to use these new features before they are implemented in major standard library compilers. **Implements**: