Skip to content

Commit

Permalink
das-node-55: Add python and c++ tests
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Oct 30, 2024
1 parent ce69a08 commit 8770cc5
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Run DAS Node tests

on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize

workflow_dispatch:

jobs:
cpp-tests:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Running tests
run: make cpp-test

wheel-test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Running tests
run: make wheeler-test

0 comments on commit 8770cc5

Please sign in to comment.