mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-01-02 21:43:06 +00:00
18 lines
328 B
YAML
18 lines
328 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: |
|
|
nimble install -y libbacktrace
|
|
nimble test
|
|
nimble test_libbacktrace
|
|
nimble examples
|