mirror of
https://github.com/vacp2p/mix.git
synced 2026-01-09 21:07:59 -05:00
17 lines
342 B
YAML
17 lines
342 B
YAML
name: CI
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
build:
|
|
uses: status-im/nimbus-common-workflow/.github/workflows/common.yml@main
|
|
with:
|
|
test-command: |
|
|
env NIMLANG=c nimble test
|
|
env NIMLANG=cpp nimble test
|
|
nim-versions: '["version-2-0", "version-2-2", "devel"]'
|