Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Mar 1, 2024
1 parent d78a7dd commit 350e3ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
matrix:
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
concurrency:
group: rs-tests
cancel-in-progress: true
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
- name: Install and test modules
run: |
cd ./contract-rs
./test.sh
cargo test
3 changes: 3 additions & 0 deletions .github/workflows/tests-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
platform: [ubuntu-latest, macos-latest]
node-version: [18, 20]
runs-on: ${{ matrix.platform }}
concurrency:
group: ts-tests
cancel-in-progress: true
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down

0 comments on commit 350e3ee

Please sign in to comment.