-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parallelize
CI
by splitting Unit Tests and Integration Tests on dif…
…ferent Github actions (#288) * Update runtests in order to split Integration and Unit tests actions * Update CI.yml in order to split Unit and Integration Tests actions * Fix indent in code * Fix indent in code * Update runtests by passing the target testset in an ENV * Enhance CI.yml for changes in runtests.jl * Fix typo in runtests.jl * Move Reactant import from runtests.jl to Reactant_tests.jl * Fix typo on CI.yml * Add temporal debug print on runtests.jl * Fix env setting from CI.yml * Apply @mofeing suggestions from code review Co-authored-by: Sergio Sánchez Ramírez <15837247+mofeing@users.noreply.github.com> --------- Co-authored-by: Sergio Sánchez Ramírez <15837247+mofeing@users.noreply.github.com>
- Loading branch information
1 parent
26dfa93
commit dda11af
Showing
3 changed files
with
46 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
using Reactant | ||
|
||
@testset "Reactant" begin | ||
# TODO test `make_tracer` | ||
# TODO test `create_result` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters