Skip to content

Updated CGC binary support #43

Updated CGC binary support

Updated CGC binary support #43

Workflow file for this run

name: Check code style and run tests
on: [pull_request]
jobs:
Test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Run tests
run: |
./test.sh
- run: echo "🍏 This job's status is ${{ job.status }}."