nim-eth/.github/workflows/ci.yml

18 lines
314 B
YAML
Raw Permalink Normal View History

name: CI
on:
push:
branches:
- master
2024-11-11 12:17:05 +00:00
- new-workflow
pull_request:
workflow_dispatch:
2020-12-23 10:29:34 +00:00
jobs:
build:
2024-11-11 12:17:05 +00:00
uses: status-im/nimbus-common-workflow/.github/workflows/common.yml@main
with:
test-command: |
nimble test
nimble build_dcli
nimble build_fuzzers