Skip to content

Commit

Permalink
[CI] Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Blonteractor committed Jan 27, 2024
1 parent f0afc75 commit 21dcfa8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ jobs:
- name: Tests
run: |
cargo test --release
cargo test --release crud
cargo test --release api
cargo test --release bot
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}

- name: Build
run: |
Expand Down

0 comments on commit 21dcfa8

Please sign in to comment.