chore: update test workflow

This commit is contained in:
2025-09-03 16:34:19 +02:00
parent b5156ab930
commit 3b5c4cfeb9

View File

@@ -3,12 +3,14 @@ on:
push: push:
jobs: jobs:
test-project: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: Install build dependencies - name: Install build dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential run: sudo apt-get update && sudo apt-get install -y build-essential
- name: Run tests - name: Run tests
run: make test run: make test