Skip to content

Commit

Permalink
Merge a49c1fa into a03b8e9
Browse files Browse the repository at this point in the history
  • Loading branch information
yourmoonlight authored Apr 5, 2022
2 parents a03b8e9 + a49c1fa commit 44853a1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
args: -p starcoin-move-prover
- name: check changed files
run: bash ./scripts/changed-files.sh
# - name: integration test dev environment
# env:
# RUST_LOG: info
# RUST_BACKTRACE: full
# STARCOIN_WS: ${{ secrets.STARCOIN_WS }}
# uses: actions-rs/cargo@v1
# with:
# command: test
# args: --test integration -- -e cmd
- name: integration test dev environment
env:
RUST_LOG: info
RUST_BACKTRACE: full
STARCOIN_WS: ${{ secrets.STARCOIN_WS }}
uses: actions-rs/cargo@v1
with:
command: test
args: --test integration -- -e cmd

0 comments on commit 44853a1

Please sign in to comment.