Skip to content

Commit

Permalink
rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ztnel committed Mar 27, 2024
1 parent bc3af9f commit 157ca42
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- master

jobs:
clang-fmt:
lint:
name: static analysis
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
path: build/raptor.elf
retention-days: 5
test:
name: build tests
name: tests
needs: clang-fmt
runs-on: ubuntu-latest
steps:
Expand All @@ -97,6 +97,7 @@ jobs:
- name: build unittests
run: |
mkdir $GITHUB_WORKSPACE/tests/unit/build
cmake -B tests/unit/build -S tests/unit
cmake --build tests/unit/build
- name: run unittests
run: ctest --test-dir tests/unit/build

0 comments on commit 157ca42

Please sign in to comment.