Skip to content

Commit

Permalink
Update rust-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
durant42040 authored Aug 29, 2024
1 parent 6fdef8b commit 817d297
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
RUSTFLAGS: "-Dwarnings"

jobs:
editor-server_test:
editor-server-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -20,4 +20,11 @@ jobs:
run: cargo clippy --manifest-path ./editor-server/Cargo.toml
- name: fmt check
run: cargo fmt --manifest-path ./editor-server/Cargo.toml

file-server-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build test and clippy check
run: cargo clippy --manifest-path ./file-server/Cargo.toml
- name: fmt check
run: cargo fmt --manifest-path ./file-server/Cargo.toml

0 comments on commit 817d297

Please sign in to comment.