build and test pipelines #2

Merged
bizcochito merged 37 commits from build into develop 2024-02-23 07:14:21 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit ff4181ad5c - Show all commits

View File

@ -18,7 +18,5 @@ jobs:
uses: actions/checkout@v3
- name: Get access token from secret
run: echo "${{ secrets.MASTODON_SECRET }}" > mastodon-data.toml
- name: Check code
run: cargo check
- name: Run tests on docker
run: docker compose down -v && docker compose run bot t