Skip to content

Commit

Permalink
chore: bump tarpaulin to 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Jul 15, 2024
1 parent ab6cfff commit a75cb62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-cubesql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ jobs:
# default key
key: cubesql-x86_64-unknown-linux-gnu
shared-key: cubesql-x86_64-unknown-linux-gnu
- name: Install tarpaulin@0.28.0
- name: Install tarpaulin@0.30.0
uses: baptiste0928/cargo-install@v3
with:
crate: cargo-tarpaulin
version: "0.28.0"
version: "0.30.0"
- name: Unit tests (Rewrite Engine)
env:
CUBESQL_TESTING_CUBE_TOKEN: ${{ secrets.CUBESQL_TESTING_CUBE_TOKEN }}
Expand Down

0 comments on commit a75cb62

Please sign in to comment.