Skip to content

Commit

Permalink
Revert "chore(verifier): extract build into a separate step"
Browse files Browse the repository at this point in the history
This reverts commit ed7a538
  • Loading branch information
rimrakhimov committed Feb 6, 2025
1 parent ed7a538 commit ac9ee4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 32 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/smart-contract-verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ defaults:
working-directory: smart-contract-verifier

jobs:
build:
name: Checkout and build
uses: ./.github/workflows/t_build_tests.yml
with:
working-directory: smart-contract-verifier

test:
name: Unit, doc and integration tests
needs:
- build
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4

- name: Setup
uses: ./.github/actions/setup
with:
working-directory: smart-contract-verifier

- name: Unit tests
run: RUST_BACKTRACE=1 RUST_LOG=info cargo test --locked --workspace --all-features --lib --bins -- --nocapture
if: success() || failure()
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/t_build_tests.yml

This file was deleted.

0 comments on commit ac9ee4e

Please sign in to comment.