Commit ff29dd7
authored
chore(.github/workflows): merge rust test steps into single coverage run (#5091)
The Rust workflow had two separate test steps: one running sidekick
tests with "go test -race" and another running librarian/rust tests with
the coverage tool. Merges them into a single run using the coverage
tool.1 parent 120cdd3 commit ff29dd7
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 43 | + | |
| 44 | + | |
47 | 45 | | |
48 | 46 | | |
49 | 47 | | |
| |||
0 commit comments