Skip to content

Commit

Permalink
ci: readme and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tbmc committed Jun 2, 2024
1 parent 83b9491 commit 5922ec4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ on:
push:
branches:
- "main"
paths-ignore:
- "*.md"
pull_request:
branches:
- "main"
paths-ignore:
- "*.md"

jobs:
lint_websocket:
Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
``
```

0 comments on commit 5922ec4

Please sign in to comment.