Skip to content

Test CI

Test CI #55

Workflow file for this run

name: Rust RTI Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: Build
# run: cd rust/rti; cargo build --verbose
# unit-tests:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: Unit tests
# run: cd rust/rti; cargo test
fetch-rust-rti:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
lf-rust-rti:
# needs: fetch-rust-rti
# # TODO(chanijjani): Change the pointer to point to the main lingua-franca repo.
# uses: chanijjani/lingua-franca/.github/workflows/c-tests-with-rust-rti.yml@integration_tests_with_rust_rti
runs-on: ubuntu-latest
steps:
- name: Check out the current PR
uses: actions/checkout@v3
- name: Prepare build environment
uses: chanijjani/lingua-franca/.github/actions/prepare-build-env
- name: Perform federated tests for C target with Rust RTI
# TODO: Drop "git checkout" after this PR is merged to lf-lang/lingua-franca@master.
run:
git clone https://github.com/lf-lang/lingua-franca.git;
cd lingua-franca;
git checkout integration_tests_with_rust_rti;
./gradlew targetTest -Ptarget=RustRti