diff --git a/.gitea/workflows/build_and_test.yml b/.gitea/workflows/build_and_test.yml index dd18d56..e9c6334 100644 --- a/.gitea/workflows/build_and_test.yml +++ b/.gitea/workflows/build_and_test.yml @@ -41,6 +41,9 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 + - name: Configure + run: just configure + - name: Static analysis run: just check @@ -51,5 +54,8 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 + - name: Configure + run: just configure + - name: Sanitize run: just sanitize