Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurshsmith committed Sep 15, 2023
1 parent 716bc95 commit c51914a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ jobs:
run: echo RUSTFLAGS=${RUSTFLAGS}\ --cfg=async_trait_nightly_testing >> $GITHUB_ENV
if: matrix.rust == 'nightly'
- name: Setup Database
run: cargo run -p chaindexing_tests
- run: cargo test -p chaindexing_tests
run: cargo run -p chaindexing-tests
- name: Run Tests
run: cargo test -p chaindexing-tests

# clippy:
# name: Clippy
Expand Down

0 comments on commit c51914a

Please sign in to comment.