Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Jun 26, 2024
1 parent f735f56 commit 26793ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion .github/actions/unit-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ runs:
continue-on-error: true
shell: ${{ runner.os == 'Windows' && 'msys2 {0}' || 'bash' }}
run: |
cargo install cargo2junit
if [ ${{ inputs.sanitizer }} != '' ]; then
export RUSTFLAGS="-Z sanitizer=${{ inputs.sanitizer }}"
NIGHTLY='+nightly'
fi
cargo install cargo2junit
cargo ${NIGHTLY} test --release ${{ steps.build-target.outputs.target }} -- -Z unstable-options \
--format json > results.json
if [ $? -eq 0 ]; then
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/sanitizers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,6 @@ on:
default: 'Address'
type: string
description: 'A sanitizer to build LLVM with. Possible values are Address, Memory, MemoryWithOrigins, Undefined, Thread, DataFlow, and Address;Undefined'
path:
required: false
type: string
default: 'tests/solidity'
description: 'Path filter of the era-compiler-tester. For example: tests/solidity/simple'
mode:
required: false
type: string
default: 'Y+M3B3 0.8.26'
description: 'Mode filter for the era-compiler-tester. For example: Y+M3B3 0.8.26'
pull_request:

jobs:
Expand Down

0 comments on commit 26793ef

Please sign in to comment.