Skip to content

test

test #168

Workflow file for this run

name: CI
on: [push]
jobs:
Linux:
name: Linux
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@main
- name: Build
run: CCFLAGS='-O0 -g -fsanitize=address' ASAN_OPTIONS=detect_leaks=0 bin/package make -j5
- name: Regression tests
run: |
PS4="$PS4[ci.yml] "
set -o xtrace
export TZ=UTC
ulimit -n 1024
: regression tests with OS-provided multibyte locales &&
LANG=nl_NL.UTF-8 ASAN_OPTIONS=detect_leaks=0 script -q -e -c "bin/shtests --locale --nocompile libcmd"