Skip to content

Commit

Permalink
Fix tput warnings on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
jfowkes committed Apr 11, 2024
1 parent 9a0ab9f commit 04dcf14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
./install_cutest < install_config
- name: Test double precision
run: |
export TERM=xterm
$CUTEST/bin/runcutest --help
$SIFDECODE/bin/sifdecoder -A ${{ matrix.arch }} ROSENBR
$CUTEST/bin/runcutest -A ${{ matrix.arch }} -p genc
Expand All @@ -94,6 +95,7 @@ jobs:
$CUTEST/bin/runcutest -A ${{ matrix.arch }} -p stats
- name: Test single precision
run: |
export TERM=xterm
$SIFDECODE/bin/sifdecoder -A ${{ matrix.arch }} ROSENBR
$CUTEST/bin/runcutest -A ${{ matrix.arch }} --single -p gen77
$CUTEST/bin/runcutest -A ${{ matrix.arch }} --single -p gen90

0 comments on commit 04dcf14

Please sign in to comment.