Skip to content

tests: update assertions #72

tests: update assertions

tests: update assertions #72

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
- uses: Panquesito7/[email protected]
with:
version: dev
directory: .
add-to-path: true
extra-command: version
- name: Compile Tests
run: |
julec test -o test .
git update-index --add --chmod=-x test
chmod +x test
- name: Run Tests
run: |
./test
- name: Cleanup
run: |
rm -f test