Skip to content

Commit

Permalink
chore(core): start TROPIC01 model when running tests
Browse files Browse the repository at this point in the history
[no changelog]
  • Loading branch information
ibz committed Mar 7, 2025
1 parent 7d52c4b commit c757bf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ jobs:
submodules: recursive
- uses: ./.github/actions/environment
- run: nix-shell --run "poetry run make -C core build_unix"
- run: nix-shell --run "cd vendor/ts-tvl/tvl/server/model_config && poetry install && poetry run model_server tcp -c model_config.yml &"
- run: nix-shell --run "poetry run make -C core test"

core_unit_rust_test:
Expand Down

0 comments on commit c757bf6

Please sign in to comment.