only: Unit tests sometimes? always? hang on Linux #6214
This commit is contained in:
parent
0daa561ef8
commit
7ac46b9975
|
@ -1,6 +1,9 @@
|
|||
name: Unit Tests
|
||||
|
||||
on: [push,pull_request]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -53,7 +56,8 @@ jobs:
|
|||
|
||||
- name: Run Tests
|
||||
working-directory: ./unit_tests/
|
||||
run: ASAN_OPTIONS=detect_stack_use_after_return=1 build/rusefi_test
|
||||
# https://github.com/rusefi/rusefi/issues/6214 run: ASAN_OPTIONS=detect_stack_use_after_return=1 build/rusefi_test
|
||||
run: build/rusefi_test
|
||||
|
||||
- name: Set FTP variables
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue