Skip to content

Commit

Permalink
ci: add a --no-diff test (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
poemonsense authored Sep 8, 2023
1 parent a224ba3 commit 779bf4c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ jobs:
rm -r difftest
cp -r $GITHUB_WORKSPACE .
- name: Simulation with No Diff
run: |
cd $GITHUB_WORKSPACE/../xs-env
source ./env.sh
cd $GITHUB_WORKSPACE/../xs-env/NutShell
source ./env.sh
make clean
make emu EMU_CXX_EXTRA_FLAGS="-DFIRST_INST_ADDRESS=0x80000000"
./build/emu -b 0 -e 0 -i ./ready-to-run/microbench.bin --no-diff
- name: Basic Difftest
run: |
cd $GITHUB_WORKSPACE/../xs-env
Expand Down

0 comments on commit 779bf4c

Please sign in to comment.