From 4a4cc957603c98dcef193fa055be0e5bea15e1fb Mon Sep 17 00:00:00 2001 From: Chanhee Lee Date: Sun, 11 Feb 2024 14:10:41 -0700 Subject: [PATCH 1/2] Import Lingua Franca integration test - Only federated tests with C target are imported. - Some of the federated tests including decentralized tests are excluded since Rust RTI has not yet supported them. --- .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 From e5776ac226e95442cc581e014dfe8541499ef115 Mon Sep 17 00:00:00 2001 From: Hokeun Kim Date: Fri, 16 Feb 2024 14:19:52 -0700 Subject: [PATCH 2/2] Update rust.yml --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d1f8e32..bcc8be5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -32,5 +32,5 @@ jobs: # file: 'lingua-franca-ref.txt' lf-default: - # needs: fetch-lf + # 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