Skip to content

Add tests for mempcpy #52

Add tests for mempcpy

Add tests for mempcpy #52

Workflow file for this run

name: Test suite
on:
pull_request:
push:
schedule:
- cron: '0 16 * * 5'
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checking out the code
uses: actions/checkout@v3
- name: Downloading musl-based toolchain
run: wget https://musl.cc/x86_64-linux-musl-native.tgz
- name: Extracting musl-based toolchain
run: tar xzf ./x86_64-linux-musl-native.tgz
- name: Running the testsuite
run: make -C tests | grep -zqv FAIL