Skip to content

Commit 0b44280

Browse files
authored
Update rust.yml
1 parent bf44ec4 commit 0b44280

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Build
20-
run: cargo build --verbose
20+
run: cargo build
2121
- name: Run tests
22-
run: cargo test --verbose
23-
- name: Build documentation
24-
run: cargo doc --verbose
22+
run: cargo test

0 commit comments

Comments
 (0)