Skip to content

Commit

Permalink
test: test-tube with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
whalelephant committed Dec 14, 2023
1 parent f16970b commit 58d542e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
16 changes: 15 additions & 1 deletion .github/workflows/test_tube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,22 @@ jobs:
artifacts/
key: ${{ runner.os }}-cargo-with-artifacts-${{ hashFiles('**/Cargo.lock') }}

- name: Download passkey-cli repo
uses: actions/checkout@v4
with:
repository: nymlab/passkey-cli
path: ./passkey-cli
ref: main
token: ${{ secrets.GH_TOKEN }}

- name: Install passkey-cli
run: |
cd ./passkey-cli
cargo build --release
cp target/release/passkey-cli ../packages/vectis-tests
- name: Run build-contracts
run: make build-contracts

- name: Run Test Tube Integration Tests
run: cargo test -- test-tube
run: sudo cargo test -- test-tube
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- main
- berlin
- test-tube
pull_request:

jobs:
Expand Down

0 comments on commit 58d542e

Please sign in to comment.