Skip to content

Commit 9a7046a

Browse files
authored
chore: run cargo test in ci (#585)
1 parent f9bd018 commit 9a7046a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ jobs:
104104
with:
105105
repo-token: ${{ secrets.GITHUB_TOKEN }}
106106

107+
- name: cargo build
108+
run: cargo build --verbose
109+
110+
- name: cargo test
111+
run: cargo test --verbose
112+
107113
- uses: Swatinem/rust-cache@v2
108114
with:
109115
key: "covtest"

0 commit comments

Comments
 (0)