Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Jun 21, 2023
1 parent 7caba0f commit b828f40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ jobs:
uses: Swatinem/rust-cache@v2
with:
save-if: ${{ github.ref == 'refs/heads/main' }}
- run: cargo tarpaulin --skip-clean --all-targets --out=Xml
- run:
cargo tarpaulin --skip-clean --all-targets --features=test-dbs
--out=Xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
- name: Upload code coverage results
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
args:
"--no-run --locked --target=${{ inputs.target }} ${{ inputs.target
== 'x86_64-unknown-linux-gnu' && '--features=test-dbs-external' ||
'' }}"
'--features=test-dbs' }}"
- name: Run docker compose
run: docker compose up -d
working-directory: ./prql-compiler/tests/integration
Expand All @@ -87,4 +87,4 @@ jobs:
args:
test --target=${{ inputs.target }} ${{ inputs.target==
'x86_64-unknown-linux-gnu' && '--unreferenced=auto
--features=test-dbs-external' || '' }}
--features=test-dbs-external' || '--features=test-dbs' }}

0 comments on commit b828f40

Please sign in to comment.