Skip to content

Commit

Permalink
sudoooo
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Jun 21, 2023
1 parent cc51fd4 commit daa2d0e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build_and_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,20 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Run integration tests
- name: Machine setup
run: |
apt update && apt install -y libunwind-dev cmake protobuf-compiler
sudo apt update
sudo apt install -y libunwind-dev cmake protobuf-compiler
sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"
rustup target add wasm32-unknown-unknown
cargo install ic-wasm
dfx start --background
dfx canister create dummy_canister
dfx build dummy_canister
ic-payments/build_payments_canister.sh
- name: Run integration tests
run: |
export WASMS_DIR="../target/wasm32-unknown-unknown/release/"
cd ./ic-stable-structures
cargo test --features state-machine

0 comments on commit daa2d0e

Please sign in to comment.