Skip to content

Commit

Permalink
tests: all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
whalelephant committed Dec 14, 2023
1 parent bba49f7 commit 7755634
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_tube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
submodules: recursive
token: ${{ secrets.GH_TOKEN }}

- name: Install latest nightly toolchain
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down Expand Up @@ -72,3 +72,5 @@ jobs:

- name: Run All Integration Tests
run: cargo test
env:
RUST_BACKTRACE: 1
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
cd ./passkey-cli
cargo build --release
cp target/release/passkey-cli ../packages/vectis-tests
cd ../
- name: Run cw-multi-test contract tests
run: cargo test -p vectis-contract-tests -- unit_tests
Expand Down

0 comments on commit 7755634

Please sign in to comment.