Skip to content

Commit

Permalink
Merge pull request #37 from hokeun/import_lf_integration_test
Browse files Browse the repository at this point in the history
Import Lingua Franca integration test
  • Loading branch information
chanijjani authored Feb 16, 2024
2 parents d9f2154 + e5776ac commit a12ffec
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:
# 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

0 comments on commit a12ffec

Please sign in to comment.