Skip to content

Commit 538edb8

Browse files
committedApr 11, 2024
Run sifdecoder in single precision
1 parent 0c23243 commit 538edb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ jobs:
9797
- name: Test single precision
9898
run: |
9999
export TERM=xterm
100-
$SIFDECODE/bin/sifdecoder -A ${{ matrix.arch }} ROSENBR
100+
$SIFDECODE/bin/sifdecoder -sp -A ${{ matrix.arch }} ROSENBR
101101
$CUTEST/bin/runcutest -A ${{ matrix.arch }} --single -p gen77
102102
$CUTEST/bin/runcutest -A ${{ matrix.arch }} --single -p gen90

0 commit comments

Comments
 (0)