Applying @nhatcher's review feedback.

This commit is contained in:
fosdick.io
2024-02-07 10:22:05 -07:00
parent 8f1fc2fa65
commit ec85eb7cf2
3 changed files with 4 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ jobs:
override: true
- name: Generate Documentation
run: cargo doc --no-deps
run: make docs
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3

View File

@@ -19,8 +19,5 @@ jobs:
- name: Build
run: cargo build --release --verbose
- name: Run tests
run: cargo test --verbose
- name: Linting
run: make lint
- name: Linting and testing
run: make tests

View File

@@ -6,7 +6,7 @@ format:
cargo fmt
tests: lint
cargo test
cargo test --verbose
clean:
cargo clean