test #179
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: [push] | |
jobs: | |
Linux: | |
name: Linux | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout sources | |
uses: actions/checkout@main | |
- name: Build | |
run: 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 script -q -e -c "bin/shtests --locale --nocompile libcmd" |