Skip to content

build(deps): bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows #93

build(deps): bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows

build(deps): bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows #93

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DVALI_ARCH=amd64 -D__BUILD_UNIT_TESTS=ON
- name: Build
run: cmake --build ${{github.workspace}}/build
- name: Test
working-directory: ${{github.workspace}}/build
run: ./run-tests.sh