Skip to content

chore: add run tests workflow; #240 #1

chore: add run tests workflow; #240

chore: add run tests workflow; #240 #1

Workflow file for this run

name: build
on:
workflow_dispatch:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
deploy:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4
- name: run test
run: |
cargo build
python3 integration_tests/scripts/run_test.py