Skip to content

Commit

Permalink
check v2
Browse files Browse the repository at this point in the history
  • Loading branch information
pacak committed Oct 12, 2024
1 parent 1345e11 commit 59d1367
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/check.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env bash
set -o pipefail -e

diff -u <( ../master-asm "$@" 2> /dev/null ) <( ../branch-asm "$@" 2> /dev/null ) || \
# ./master-asm "$@"
diff -u <( ./master-asm "$@" 2> /dev/null ) <( ./branch-asm "$@" 2> /dev/null ) || \
echo "::warning ::Code $@ produced different results"

0 comments on commit 59d1367

Please sign in to comment.