Skip to content

Replace "self" with "itself" in the assertion error messages #3

Replace "self" with "itself" in the assertion error messages

Replace "self" with "itself" in the assertion error messages #3

Workflow file for this run

name: Build and run tests
on: [push, pull_request]
jobs:
tests:
runs-on: windows-latest
steps:
- name: сheckout
uses: actions/checkout@main
- name: dir
run: md build
- name: mplc
run: curl -LSs -o build/mplc.exe https://github.com/Matway/mpl-c/releases/latest/download/mplc.exe
- name: runner
run: .github/workflows/buildTest build/mplc
- name: test
run: build/test.exe
- name: artifacts
uses: actions/upload-artifact@main
with:
name: tests
path: |
build/*.exe
build/*.ll