Skip to content

Merge pull request #14 from ahdark-services/feat/pm-bot-forwarding-ha… #23

Merge pull request #14 from ahdark-services/feat/pm-bot-forwarding-ha…

Merge pull request #14 from ahdark-services/feat/pm-bot-forwarding-ha… #23

Workflow file for this run

name: Rust
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run tests
run: cargo test