From 5922ec4b0273f4d572f2e224bfe7ad12d850ed88 Mon Sep 17 00:00:00 2001 From: Thibault Date: Sun, 2 Jun 2024 14:43:19 +0200 Subject: [PATCH] ci: readme and ci --- .github/workflows/build_test.yml | 4 ++++ Readme.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 0303399..97f72fe 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -4,9 +4,13 @@ on: push: branches: - "main" + paths-ignore: + - "*.md" pull_request: branches: - "main" + paths-ignore: + - "*.md" jobs: lint_websocket: diff --git a/Readme.md b/Readme.md index ebc4267..a3da039 100644 --- a/Readme.md +++ b/Readme.md @@ -75,6 +75,6 @@ The Go implementation is 3x faster than the Rust implementation. ## Dev Install rust exec before running server -``bash +```bash cargo install --path . -`` +```