Skip to content

Commit

Permalink
CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Sep 1, 2023
1 parent 039c79d commit c3acac4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
rustup toolchain install nightly
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
rustup component add clippy --toolchain nightly-x86_64-unknown-linux-gnu
cargo install --force --locked cargo-contract
rustup show
- name: Check targets are installed correctly
Expand All @@ -42,6 +43,16 @@ jobs:
- name: Unit test
run: cargo test

unittest:
needs: install
runs-on: ubuntu-latest
steps:
- name: Checkout the source code
uses: actions/checkout@v3

- name: E2e test
run: cargo test --features e2e-tests

format:
needs: install
runs-on: ubuntu-latest
Expand Down

0 comments on commit c3acac4

Please sign in to comment.