Skip to content

Commit

Permalink
Merge pull request beman-project#25 from neatudarius/display_ci_badge
Browse files Browse the repository at this point in the history
Add CI badge in README.md
  • Loading branch information
neatudarius authored Jun 28, 2024
2 parents f618810 + f9b5a80 commit 248adc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: CI Tests
on:
push:
branches: [main]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:
Expand Down

0 comments on commit 248adc8

Please sign in to comment.