Skip to content

Commit

Permalink
ci: revert echo scheduled command + don't create pipe for any != 1.6 …
Browse files Browse the repository at this point in the history
…branch
  • Loading branch information
mratsim committed Oct 6, 2024
1 parent e3df508 commit a47a753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ jobs:
shell: msys2 {0}
run: |
cd constantine
if [[ '${{ matrix.nim_version }}' == 'version-2-0' ]]; then
if [[ '${{ matrix.nim_version }}' != 'version-1-6' ]]; then
nimble test_no_gmp --verbose
else
nimble test_parallel_no_gmp --verbose
Expand All @@ -389,7 +389,7 @@ jobs:
shell: msys2 {0}
run: |
cd constantine
if [[ '${{ matrix.nim_version }}' == 'version-2-0' ]]; then
if [[ '${{ matrix.nim_version }}' != 'version-1-6' ]]; then
CTT_ASM=0 nimble test_no_gmp --verbose
else
CTT_ASM=0 nimble test_parallel_no_gmp --verbose
Expand Down

0 comments on commit a47a753

Please sign in to comment.