Applying @nhatcher's review feedback.
This commit is contained in:
7
.github/workflows/rust-build-test.yaml
vendored
7
.github/workflows/rust-build-test.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user