no carrgo check
Unit Tests with docker compose and cargo / unit-test (push) Successful in 6m36s Details
Build image / build (push) Failing after 2m45s Details

This commit is contained in:
Alie 2024-02-17 13:00:46 +01:00
parent 15bb1af218
commit ff4181ad5c
1 changed files with 0 additions and 2 deletions

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