mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-17 01:30:33 +00:00
rename
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: install system dependencies
|
||||
- name: Install system dependencies
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y \
|
||||
@@ -63,13 +63,13 @@ jobs:
|
||||
with:
|
||||
cache-on-failure: true
|
||||
|
||||
- name: format
|
||||
- name: Format
|
||||
run: cargo fmt --all --check
|
||||
|
||||
- name: lint
|
||||
- name: Lint
|
||||
run: cargo check
|
||||
# run: cargo clippy
|
||||
# run: cargo clippy -- -D warnings
|
||||
|
||||
- name: test
|
||||
- name: Test
|
||||
run: cargo test --all --exclude e2e_test
|
||||
|
||||
Reference in New Issue
Block a user