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 053f266
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,16 @@ jobs:
- uses: actions/checkout@v3
- name: Unit tests
run: cd rust/rti; cargo test


fetch-lf:
uses: lf-lang/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
with:
runtime-ref: ${{ github.ref }}
compiler-ref: ${{ needs.fetch-lf.outputs.ref }}

0 comments on commit 053f266

Please sign in to comment.