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