Skip to content

fix linking problem with r2r v0.7 #2

fix linking problem with r2r v0.7

fix linking problem with r2r v0.7 #2

Workflow file for this run

name: galactic_r2r_test
on:
push:
pull_request:
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
tests_galactic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: docker build . --file ./tests/Dockerfile_r2r_galactic --tag r2r_galactic
- run: docker run r2r_galactic cargo test --features r2r_msg