Skip to content

Commit

Permalink
Merge pull request #45 from ralna/better-ci-tests
Browse files Browse the repository at this point in the history
[CI] Add better CI tests
  • Loading branch information
nimgould committed May 1, 2024
2 parents 5ef1a9e + 4e3e385 commit af5a1a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,13 @@ jobs:
$CUTEST/bin/runcutest -A ${{ matrix.arch }} -p gen77
$CUTEST/bin/runcutest -A ${{ matrix.arch }} -p gen90
$CUTEST/bin/runcutest -A ${{ matrix.arch }} -p stats
$CUTEST/bin/runcutest -A ${{ matrix.arch }} -p test --decode ALLINITU
$CUTEST/bin/runcutest -A ${{ matrix.arch }} -p test --decode ALLINITC
- name: Test single precision
run: |
export TERM=xterm
$SIFDECODE/bin/sifdecoder -sp -A ${{ matrix.arch }} ROSENBR
$CUTEST/bin/runcutest -A ${{ matrix.arch }} --single -p gen77
$CUTEST/bin/runcutest -A ${{ matrix.arch }} --single -p gen90
$CUTEST/bin/runcutest -A ${{ matrix.arch }} --single -p test --decode ALLINITU
$CUTEST/bin/runcutest -A ${{ matrix.arch }} --single -p test --decode ALLINITC

0 comments on commit af5a1a9

Please sign in to comment.