Skip to content

LukasPukenis is running integration tests #2466

LukasPukenis is running integration tests

LukasPukenis is running integration tests #2466

name: Integration tests
run-name: ${{ github.actor }} is running integration tests
on:
- push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.64.0
default: true
- name: Build linux binary for testing
run: |
cargo build --features moose_file
- name: run tests
run: |
cd test
LIB_PATH="target/debug/libnorddrop.so" ./runner.py