Skip to content

Commit

Permalink
script path update
Browse files Browse the repository at this point in the history
  • Loading branch information
khan5ula committed Oct 11, 2024
1 parent ef0b44e commit 7638335
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,5 @@ jobs:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
- run: pwd
continue-on-error: true
- run: ls -al
continue-on-error: true
- run: bash ./.github/init_db_dir.sh
- run: bash .github/init_db_dir.sh
- run: cargo test --verbose

0 comments on commit 7638335

Please sign in to comment.