diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3409c90..fb1af23 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,6 +14,7 @@ jobs: - name: Run tests with standard compilation flags working-directory: tests/ run: ./normal_compile.sh + test-optimized-compile: runs-on: ubuntu-latest steps: