Skip to content

Updated assertion calls with custom C3E assert function. #4

Updated assertion calls with custom C3E assert function.

Updated assertion calls with custom C3E assert function. #4

Workflow file for this run

name: Package Build CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- uses: actions/setup-go@v4
with:
go-version: '1.21.2'
- name: Install Qrepo
run: sh -c "$(curl -fsSL https://raw.githubusercontent.com/nthnn/Qrepo/master/support/install.sh)"
- name: Build and Run Test Suite
run: qrepo run build