Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianBach committed May 30, 2024
1 parent ad6f67a commit 6414442
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: build jobs
on: [push]

jobs:

build:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -31,7 +30,6 @@ jobs:
run: ctest --output-junit test_results.xml
working-directory: ./build


build_with_warnings:
runs-on: ubuntu-latest
steps:
Expand All @@ -55,7 +53,6 @@ jobs:
run: cmake --build . -j
working-directory: ./build


run_cppcheck:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6414442

Please sign in to comment.