Skip to content

Commit

Permalink
add chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Joatin committed Dec 25, 2024
1 parent 026a766 commit 83ae26e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ push ]

jobs:
test:
name: Push
name: Test
runs-on: ubuntu-latest
services:
postgres:
Expand All @@ -23,4 +23,4 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo install sqlx-cli
- run: sqlx database reset
- run: cargo test
- run: cargo test --lib

0 comments on commit 83ae26e

Please sign in to comment.