Skip to content

Commit

Permalink
ci(stylus-verifier): docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rimrakhimov committed Oct 1, 2024
1 parent 24e0062 commit 966954e
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/stylus-verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,26 @@ 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()
#
# - 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
Expand Down

0 comments on commit 966954e

Please sign in to comment.