diff --git a/.gitea/workflows/01_test.yaml b/.gitea/workflows/01_test.yaml index 5bb1572..49d8729 100644 --- a/.gitea/workflows/01_test.yaml +++ b/.gitea/workflows/01_test.yaml @@ -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 \ No newline at end of file