Skip to content

Change error messages in assertions according to suggestions #2

Change error messages in assertions according to suggestions

Change error messages in assertions according to suggestions #2

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