Skip to content

Commit 52a2e05

Browse files
committed
:((
1 parent 4d5d61d commit 52a2e05

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -124,31 +124,14 @@ jobs:
124124
run: ./odin check examples/all -strict-style -vet -disallow-do
125125
- name: Odin check vendor/sdl3
126126
run: ./odin check vendor/sdl3 -strict-style -vet -disallow-do -no-entry-point
127-
128127
- name: Normal Core library tests
129-
if: matrix.os == 'ubuntu-latest'
130128
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 -sanitize-address
131-
if: matrix.os != 'ubuntu-latest'
132-
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
133-
134129
- name: Optimized Core library tests
135-
if: matrix.os == 'ubuntu-latest'
136130
run: ./odin test tests/core/speed.odin -o:speed -file -all-packages -vet -strict-style -disallow-do -define:ODIN_TEST_FANCY=false -define:ODIN_TEST_FAIL_ON_BAD_MEMORY=true -sanitize-address
137-
if: matrix.os != 'ubuntu-latest'
138-
run: ./odin test tests/core/speed.odin -o:speed -file -all-packages -vet -strict-style -disallow-do -define:ODIN_TEST_FANCY=false -define:ODIN_TEST_FAIL_ON_BAD_MEMORY=true
139-
140131
- name: Vendor library tests
141-
if: matrix.os == 'ubuntu-latest'
142132
run: ./odin test tests/vendor -all-packages -vet -strict-style -disallow-do -define:ODIN_TEST_FANCY=false -define:ODIN_TEST_FAIL_ON_BAD_MEMORY=true -sanitize:address
143-
if: matrix.os != 'ubuntu-latest'
144-
run: ./odin test tests/vendor -all-packages -vet -strict-style -disallow-do -define:ODIN_TEST_FANCY=false -define:ODIN_TEST_FAIL_ON_BAD_MEMORY=true
145-
146133
- name: Internals tests
147-
if: matrix.os == 'ubuntu-latest'
148134
run: ./odin test tests/internal -all-packages -vet -strict-style -disallow-do -define:ODIN_TEST_FANCY=false -define:ODIN_TEST_FAIL_ON_BAD_MEMORY=true
149-
if: matrix.os != 'ubuntu-latest'
150-
run: ./odin test tests/internal -all-packages -vet -strict-style -disallow-do -define:ODIN_TEST_FANCY=false -define:ODIN_TEST_FAIL_ON_BAD_MEMORY=true -sanitize:address
151-
152135
- name: GitHub Issue tests
153136
run: |
154137
cd tests/issues

0 commit comments

Comments
 (0)