Skip to content

Commit

Permalink
execution_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
webbdays committed Apr 19, 2024
1 parent 03f9829 commit 0f16e48
Show file tree
Hide file tree
Showing 461 changed files with 1,083 additions and 1,094 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
target: ${{ matrix.target }}

- name: Run Cargo Test
run: cargo llvm-cov --all-features --lcov --output-path lcov.info
run: cargo llvm-cov --all-features --lcov --output-path lcov.info -- --skip ".skip.md"

- name: Upload Coverage to Codecov
if: matrix.build == 'darwin-arm64'
Expand Down
72 changes: 72 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ convert_case = "0.6.0"
rand = "0.8.5"
tailcall-macros = { path = "tailcall-macros" }
tonic-types = "0.11.0"
datatest-stable = "0.2.6"
tokio-test = "0.4.4"


[dev-dependencies]
Expand Down Expand Up @@ -241,3 +243,7 @@ harness = false
[[bench]]
name = "protobuf_convert_output"
harness = false

[[test]]
name = "execution_spec"
harness = false
Loading

0 comments on commit 0f16e48

Please sign in to comment.