Skip to content

Commit

Permalink
Import Lingua Franca integration test
Browse files Browse the repository at this point in the history
- Only federated tests with C target are imported.
  • Loading branch information
chanijjani committed Feb 11, 2024
1 parent d9f2154 commit 9a58478
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,12 @@ jobs:
- uses: actions/checkout@v3
- name: Unit tests
run: cd rust/rti; cargo test


# 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

0 comments on commit 9a58478

Please sign in to comment.