mirror of
https://github.com/status-im/nim-json-serialization.git
synced 2025-02-19 13:34:19 +00:00
16 lines
282 B
YAML
16 lines
282 B
YAML
name: CI
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
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
|