From ba14ad1f91db87771553a85fb3fd0754a2ca69d6 Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Tue, 5 Mar 2024 16:25:22 +0200 Subject: Readme: updated build status badges. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f2d476..7c80127 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,9 @@ See https://github.com/osxfuse/osxfuse/wiki/Mount-options for details. ## Test suite ## -[![Build Status](https://travis-ci.org/mpartel/bindfs.svg?branch=master)](https://travis-ci.org/mpartel/bindfs) +[![Build Status (FUSE 2)](https://github.com/mpartel/bindfs/actions/workflows/tests.yml/badge.svg)](https://github.com/mpartel/bindfs/actions/workflows/tests.yml) +[![Build Status (FUSE 3)](https://github.com/mpartel/bindfs/actions/workflows/tests.yml/badge.svg)](https://github.com/mpartel/bindfs/actions/workflows/tests.yml) + Bindfs comes with a (somewhat brittle and messy) test suite. Some tests must be run as root, and some tests only work as non-root. -- cgit v1.2.3