Skip to content

CI

CI #1813

Workflow file for this run

name: CI
on:
push:
branches:
- master
- version-*
pull_request:
workflow_dispatch:
jobs:
build:
uses: status-im/nimbus-common-workflow/.github/workflows/common.yml@main
with:
test-command: |
nimble install -y libbacktrace
nimble test
nimble test_libbacktrace
nimble examples