run all in CI

This commit is contained in:
Florian Forster
2025-02-19 17:21:38 +01:00
parent 50904d7914
commit a67aa05646
3 changed files with 12 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ permissions:
jobs:
depot-gh-cache:
timeout-minutes: 20
runs-on: depot-ubuntu-22.04-16
runs-on: depot-ubuntu-22.04-8
steps:
- uses: actions/checkout@v4
with:
@@ -22,6 +22,6 @@ jobs:
with:
source: .
push: false
targets: build, lint ,core-unit
targets: all
no-cache: false
load: false