Applying @nhatcher's review feedback.
This commit is contained in:
2
.github/workflows/deploy-cargo-docs.yaml
vendored
2
.github/workflows/deploy-cargo-docs.yaml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
override: true
|
override: true
|
||||||
|
|
||||||
- name: Generate Documentation
|
- name: Generate Documentation
|
||||||
run: cargo doc --no-deps
|
run: make docs
|
||||||
|
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
|||||||
7
.github/workflows/rust-build-test.yaml
vendored
7
.github/workflows/rust-build-test.yaml
vendored
@@ -19,8 +19,5 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --release --verbose
|
run: cargo build --release --verbose
|
||||||
|
|
||||||
- name: Run tests
|
- name: Linting and testing
|
||||||
run: cargo test --verbose
|
run: make tests
|
||||||
|
|
||||||
- name: Linting
|
|
||||||
run: make lint
|
|
||||||
|
|||||||
Reference in New Issue
Block a user