Skip to content

fix: try to fix anda_bot_image #16

fix: try to fix anda_bot_image

fix: try to fix anda_bot_image #16

Workflow file for this run

name: Test
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: |
sudo apt-get install -y protobuf-compiler
cargo clippy --verbose --all-targets --all-features
cargo test --verbose --workspace -- --nocapture