Skip to content

Commit

Permalink
Remove check for saved diffs, since it doesn't produce reproducable r…
Browse files Browse the repository at this point in the history
…esults.
  • Loading branch information
Rot127 committed Sep 7, 2024
1 parent 483ab77 commit c99d819
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/auto-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,3 @@ jobs:
./src/autosync/ASUpdater.py --ci -d -a LoongArch -s Translate
./src/autosync/ASUpdater.py --ci -d -a Mips -s Translate
./src/autosync/ASUpdater.py --ci -d -a SystemZ -s Translate
- name: Differ - Test save file is up-to-date
run: |
./src/autosync/cpptranslator/Differ.py -a AArch64 --check_saved
./src/autosync/cpptranslator/Differ.py -a ARM --check_saved
./src/autosync/cpptranslator/Differ.py -a PPC --check_saved
./src/autosync/cpptranslator/Differ.py -a LoongArch --check_saved
./src/autosync/cpptranslator/Differ.py -a SystemZ --check_saved

0 comments on commit c99d819

Please sign in to comment.