diff --git a/.github/workflows/stylus-verifier.yml b/.github/workflows/stylus-verifier.yml index 7ac06d29f..7e423a80f 100644 --- a/.github/workflows/stylus-verifier.yml +++ b/.github/workflows/stylus-verifier.yml @@ -35,11 +35,14 @@ jobs: - name: Checkout sources uses: actions/checkout@v4 - - name: Setup - uses: ./.github/actions/setup - with: - working-directory: stylus-verifier + - name: Test docker daemon + run: curl http://docker:2375/images/json +# - name: Setup +# uses: ./.github/actions/setup +# with: +# working-directory: stylus-verifier +# # - name: Unit tests # run: RUST_BACKTRACE=1 RUST_LOG=info cargo test --locked --workspace --all-features --lib --bins -- --nocapture # if: success() || failure() @@ -47,11 +50,11 @@ jobs: # - name: Doc tests # run: cargo test --locked --workspace --all-features --doc # if: success() || failure() - - - name: Integration tests - run: RUST_BACKTRACE=1 RUST_LOG=info cargo test --locked --workspace --test '*' -- --nocapture --include-ignored - if: success() || failure() - +# +# - name: Integration tests +# run: RUST_BACKTRACE=1 RUST_LOG=info cargo test --locked --workspace --test '*' -- --nocapture --include-ignored +# if: success() || failure() +# # lint: # name: Linting # uses: ./.github/workflows/_linting.yml