From 9a584781e44d4f9a4e40e8e0f7f6bca55f18b205 Mon Sep 17 00:00:00 2001 From: Chanhee Lee Date: Sun, 11 Feb 2024 14:10:41 -0700 Subject: [PATCH] Import Lingua Franca integration test - Only federated tests with C target are imported. --- .github/workflows/rust.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f9fcfdf..d1f8e32 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -25,4 +25,12 @@ jobs: - uses: actions/checkout@v3 - name: Unit tests run: cd rust/rti; cargo test - \ No newline at end of file + + # fetch-lf: + # uses: chanijjani/lingua-franca/.github/workflows/extract-ref.yml@master + # with: + # file: 'lingua-franca-ref.txt' + + lf-default: + # needs: fetch-lf + uses: chanijjani/lingua-franca/.github/workflows/c-tests-with-rust-rti.yml@integration_tests_with_rust_rti