mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-05 01:09:25 +00:00
Update documentation build and test commands to include release flag for improved performance
This commit is contained in:
2
.github/workflows/docs-and-testcov.yml
vendored
2
.github/workflows/docs-and-testcov.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
override: true
|
||||
|
||||
- name: Build documentation
|
||||
run: cargo doc --no-deps
|
||||
run: cargo doc --no-deps --release
|
||||
|
||||
- name: Prepare documentation for Pages
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user