Skip to content

Commit

Permalink
The testss use TOML
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Jun 28, 2024
1 parent ef22dff commit 75ac6df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
full-coverage:
name: Unit test and integration test coverage analysis
name: Cargo update and check
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ typed-builder = "0.18.0"
pythonize = { version = "0.21", optional = true }
snafu = { version = "0.8.3", features = ["backtrace"] }
serde_dhall = "0.12"
toml = "0.8.14"

[dev-dependencies]
polars = { version = "0.41.2", features = ["parquet"] }
Expand Down

0 comments on commit 75ac6df

Please sign in to comment.