diff options
| author | gingerBill <bill@gingerbill.org> | 2025-02-04 17:33:30 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2025-02-04 17:33:30 +0000 |
| commit | f7028aa46c37e711a84822d44f717f21271fd954 (patch) | |
| tree | 2608c329f6e6be50f35949d00223fbaed7d65bdf | |
| parent | 7380f31e05e6cdfe665a26954eedfa934d70a303 (diff) | |
Fix typo
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff3cf10ed..dc4240b04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,7 +122,7 @@ jobs: - name: Odin check examples/all run: ./odin check examples/all -strict-style -vet -disallow-do - name: Odin check vendor/sdl3 - run: ./odin check vendor/sdl3 -strict-style -vet -disallow-do -entry-point + run: ./odin check vendor/sdl3 -strict-style -vet -disallow-do -no-entry-point - name: Normal Core library tests run: ./odin test tests/core/normal.odin -file -all-packages -vet -strict-style -disallow-do -define:ODIN_TEST_FANCY=false -define:ODIN_TEST_FAIL_ON_BAD_MEMORY=true - name: Optimized Core library tests |