Skip to content

Commit

Permalink
Run sifdecoder in single precision
Browse files Browse the repository at this point in the history
  • Loading branch information
jfowkes committed Apr 11, 2024
1 parent 0c23243 commit 538edb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ jobs:
- name: Test single precision
run: |
export TERM=xterm
$SIFDECODE/bin/sifdecoder -A ${{ matrix.arch }} ROSENBR
$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

0 comments on commit 538edb8

Please sign in to comment.