Skip to content

Add instructions cmovl, cmovle, cmovg #16

Add instructions cmovl, cmovle, cmovg

Add instructions cmovl, cmovle, cmovg #16

Workflow file for this run

name: CI
on:
push:
branches: [main]
jobs:
build:
strategy:
matrix:
os: ["ubuntu-latest"]
runs-on: ${{ matrix.os }}
steps:
- name: Install V
uses: vlang/setup-v@v1
with:
check-latest: true
- name: Checkout ${{ github.event.repository.name }}
uses: actions/checkout@v2
- name: Build ${{ github.event.repository.name }}
run: v . -enable-globals
- name: Run Tests
run: sh ./test-selfhost.sh