Skip to content

Commit

Permalink
Correct neon gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe0606 committed Jan 22, 2025
1 parent f9773e3 commit 662f0b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runneontest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ jobs:
cmake ..
python ../processTests.py -p ../Patterns -d ../Parameters -gen .. -e -f ../Output.pickle
make
ninja
./test > result.txt
python ../processResult.py -e -f ../Output.pickle -r result.txt -html > result.html
python ../processTests.py -p ../Patterns -d ../Parameters -gen .. -e -f ../Output_f16.pickle
make
ninja
./test > result_f16.txt
python ../processResult.py -e -f ../Output_f16.pickle -r result_f16.txt -html > result_f16.html
Expand Down

0 comments on commit 662f0b4

Please sign in to comment.