Skip to content

Commit

Permalink
chore: updated near-sdk to 5.1.0 (#80)
Browse files Browse the repository at this point in the history
* feat: updating wip

* fix: self update

* fix: tests build

* fix: update path

* test: integration on ubuntu

* fix: don't use near sdk in integration tests

* fix: unit tests and non forked near sdk

* fix: integration tests

* feat: fixed deprecatad warnings, added migration methods

* test: migration integration test
  • Loading branch information
VladasZ authored Apr 17, 2024
1 parent b0c8cef commit bba294b
Show file tree
Hide file tree
Showing 50 changed files with 951 additions and 1,416 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Push

on:
push:
branches: [ main, dev ]
branches: [ main ]

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
run: make test

integration-tests:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -65,7 +65,7 @@ jobs:
run: make mutation

measure:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: make test

integration-tests:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit bba294b

Please sign in to comment.