chore: add build, run, benchmark and publish steps to CI workflow and introduce isspam_v4 spam analysis module

This commit is contained in:
2024-12-02 14:10:18 +00:00
parent 05998da4a0
commit b27cc00f58
78 changed files with 416 additions and 1 deletions
+6
View File
@@ -15,3 +15,9 @@ jobs:
run: |
ls ${{ gitea.workspace }}
- run: source $HOME/.cargo/env && make
- run: make build
- run: make run
- run: make build_risspam
- run: make run_risspam
- run: make benchmark
- run: make publish