Skip to content

Commit

Permalink
rename job name
Browse files Browse the repository at this point in the history
  • Loading branch information
dadepo committed Feb 3, 2024
1 parent dde18b3 commit 9e13b90
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
command: clippy
args: --locked --all-features --workspace -- -D warnings

postgres_build:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -110,7 +110,5 @@ jobs:
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --all-features --verbose

0 comments on commit 9e13b90

Please sign in to comment.