Skip to content

Commit

Permalink
feat: add github actions for cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Jun 6, 2024
1 parent eff28bd commit b280aa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
matrix:
os: [ubuntu-20.04, macOS-latest, macOS-14, windows-latest ]
runs-on: ${{ matrix.os }}
needs: [ format_and_lint ]
needs: [ format ]
steps:
- name: Checkout source code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: cargo clippy

build:
name: ubuntu-latest
name: Test
runs-on: ubuntu-latest
needs: [ format_and_lint ]
steps:
Expand Down

0 comments on commit b280aa5

Please sign in to comment.