Skip to content

Commit

Permalink
Xml -> xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ddboline committed Sep 30, 2023
1 parent e86289e commit 671be67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
rm ${DIARY_PATH}/diary_entries.sql.gz && \
cargo test --verbose --all && \
cargo install cargo-tarpaulin && \
cargo tarpaulin --verbose --all-features --workspace --out Xml
cargo tarpaulin --verbose --all-features --workspace --out xml
env:
DATABASE_URL: postgresql://postgres:2UtcMAAvNuBHPqK9@localhost:5432/diary_app_cache
DIARY_DB_BUCKET: diary-db-backup
Expand Down

0 comments on commit 671be67

Please sign in to comment.