Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
puripuri2100 committed Aug 12, 2023
1 parent e258db1 commit daf3433
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 @@ -16,8 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run:
sudo apt install postgresql
- run: |
apt install postgresql
cargo test
rustfmt:
runs-on: ubuntu-latest
Expand Down

0 comments on commit daf3433

Please sign in to comment.