diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ad6992f4..707853e98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ ---- # Workflow with multiple jobs to test different parts of the project +--- # Workflow with multiple jobs to test different parts of the project name: Continuous Integration @@ -66,7 +66,7 @@ jobs: with: cache-on-failure: true - - name: build # build separately so test logs are actually nice + - name: build # build separately so test logs are actually nice run: cargo build --tests --manifest-path trace_decoder/Cargo.toml - name: test diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 36ffd9682..f8d5ba41e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,4 +1,4 @@ ---- # Rust lint related checks +--- # Rust lint related checks name: lint