From 02bec77bb9c3055ccd83eb4f6390b262911d39a8 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Mon, 20 Jan 2025 11:54:32 -0600 Subject: [PATCH] Remove pointless `skip_tests` key in `README.md` example --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 61e1d2f..c20e84b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ jobs: - os-name: FreeBSD-x86_64 runs-on: ubuntu-20.04 target: x86_64-unknown-freebsd - skip_tests: true - os-name: Linux-x86_64 runs-on: ubuntu-20.04