mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-06 19:35:13 +02:00
Refactor CI workflow: rename file, update job name, and remove verbose flag from cargo build
This commit is contained in:
parent
4872c5acb5
commit
47d4f589af
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
name: Rust
|
||||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -10,12 +10,12 @@ env:
|
|||
CARGO_TERM_COLOR: always
|
||||
|
||||
jobs:
|
||||
build:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
run: cargo build
|
||||
- name: Run linter
|
||||
run: cargo clippy --all-targets --all-features -- -D warnings
|
||||
- name: Run tests
|
||||
Loading…
Add table
Add a link
Reference in a new issue