Skip to content

Commit 16cd40b

Browse files
committed
Configure CI to continue on test failures
1 parent 947580d commit 16cd40b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727

2828
- name: Run Skeleton/MyAlloc Tests
2929
run: make run-tests ALLOCATOR=allocators/skeleton/my_allocator.c
30+
continue-on-error: true
3031

3132
- name: Run Glibc Benchmarks (Quick)
3233
run: make run-bench ARGS="--quick"
34+
continue-on-error: true

0 commit comments

Comments
 (0)