Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh authored Aug 18, 2023
1 parent 95847b1 commit 87ea0b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ on:

jobs:
unit-tests-single:
uses: lf-lang/reactor-c/.github/workflows/unit-tests.yml@main
uses: ./.github/workflows/unit-tests.yml
with:
cmake-args: '-UNUMBER_OF_WORKERS -DLF_UNTHREADED=1'

unit-tests-multi:
uses: lf-lang/reactor-c/.github/workflows/unit-tests.yml@main
uses: ./.github/workflows/unit-tests.yml
with:
cmake-args: '-DNUMBER_OF_WORKERS=4 -DLF_THREADED=1'

build-rti:
uses: lf-lang/reactor-c/.github/workflows/build-rti.yml@main
uses: ./.github/workflows/build-rti.yml

build-trace-tools:
uses: lf-lang/reactor-c/.github/workflows/build-trace-tools.yml@master
uses: ./.github/workflows/build-trace-tools.yml

fetch-lf:
uses: lf-lang/lingua-franca/.github/workflows/extract-ref.yml@master
Expand Down

0 comments on commit 87ea0b7

Please sign in to comment.