Skip to content

Updated README.md

Updated README.md #8

Workflow file for this run

name: Moonbird
on: [push, pull_request]
jobs:
build_and_test:
runs-on: ubuntu-22.04
env:
NIM_DIR: nim-devel-amd64
NIM_BRANCH: devel
NIM_ARCH: amd64
steps:
- name: Checkout Moonbird
uses: actions/checkout@v3
with:
path: Moonbird
submodules: false
- name: Setup Nim
uses: alaviss/[email protected]
with:
path: 'nim'
version: devel
architecture: amd64
- name: Run tests
run: |
cd Moonbird
nimble build
nimble test
nim r tests.nim