Skip to content

Commit

Permalink
try warnigns
Browse files Browse the repository at this point in the history
  • Loading branch information
pacak committed Oct 12, 2024
1 parent 65fa278 commit 141dd82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
set -o pipefail -e

# ./master-asm "$@"
diff -u <( ./master-asm "$@" 2> /dev/null ) <( ./branch-asm "$@" 2> /dev/null ) || \
echo "::warning:: Command $@ produced different results"
diff -u <( ./master-asm "$@" 2> /dev/null ) <( ./branch-asm "$@" 2> /dev/null )
3 changes: 3 additions & 0 deletions .github/workflows/check-and-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,15 @@ jobs:
chmod +x ./master-asm
- name: basic
continue-on-error: true
run: ./.github/check.sh --manifest-path sample/Cargo.toml --lib --llvm sample::main

- name: should fail 0
continue-on-error: true
run: ./.github/check.sh --manifest-path sample_merged/Cargo.toml 0

- name: should fail 1
continue-on-error: true
run: ./.github/check.sh --manifest-path sample_merged/Cargo.toml

# jobs:
Expand Down

0 comments on commit 141dd82

Please sign in to comment.