Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez authored Mar 19, 2024
1 parent d8659f7 commit 3eec622
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Tests Contract RS
on: push
jobs:
workflows:
Expand All @@ -7,16 +7,8 @@ jobs:
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout branch
uses: actions/checkout@v2
- name: Install Node
uses: actions/setup-node@v2
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: wasm32-unknown-unknown
- name: Install modules
run: yarn
- name: Run tests
run: yarn test
- uses: actions/checkout@v2
- name: Install and test modules
run: |
cd ./contract-rs
cargo test

0 comments on commit 3eec622

Please sign in to comment.