Skip to content

test: [RLOS2023] Add new e2e test framework for vw (#4644) #135

test: [RLOS2023] Add new e2e test framework for vw (#4644)

test: [RLOS2023] Add new e2e test framework for vw (#4644) #135

Workflow file for this run

name: Linux / C++ - VW Slim
on:
push:
branches:
- master
- 'releases/**'
pull_request:
branches:
- '*'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
cancel-in-progress: true
jobs:
check:
container:
image: vowpalwabbit/ubuntu1804-build:latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
submodules: recursive
- name: Build VW Slim
shell: bash
run: ./.scripts/linux/build-slim.sh
- name: Test VW Slim
shell: bash
working-directory: build
run: ctest --output-on-failure --no-tests=error --tests-regex "VowpalWabbitSlim|ExploreSlim|CommandLineOptionsSlim" --parallel 2