Skip to content

Commit

Permalink
actions runner controller had been upgraded, it is ok to add integrat…
Browse files Browse the repository at this point in the history
…ion test back (#3303)

* actions runner controller was upgraded the integration test should not be timing out
* add build && test step back

Co-authored-by: jolestar <[email protected]>
  • Loading branch information
yourmoonlight and jolestar authored Apr 6, 2022
1 parent 8691b97 commit 4a9baa4
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 4a9baa4

Please sign in to comment.