From 34385ef3f89807bdfda18497e48f4e26c70eb364 Mon Sep 17 00:00:00 2001 From: nate-sime Date: Fri, 9 Jun 2023 10:24:57 -0400 Subject: [PATCH] readme updates and test name --- .github/workflows/run_tests.yml | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 590735d..e5705c8 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -1,4 +1,4 @@ -name: Run febug tests +name: febug unit tests on: pull_request: diff --git a/README.md b/README.md index 7745e4e..55002e4 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ de**bug**ing. The paradigm here is to check code written for use with erroneous or undesireable results as a consequence of numerical scheme errors rather than syntax errors. +`febug` is developed and tested against the nightly build +`dolfinx/dolfinx:nightly`. + +![unit tests badge](https://github.com/nate-sime/febug/actions/workflows/run_tests.yml/badge.svg +) + ## Usage You can import `febug` and call the library functions to check your code