-
Notifications
You must be signed in to change notification settings - Fork 527
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use nextest * fix action * use cargo-nextest if installed * fix cmd * remove target from cache, too large, github action failing, limit 10GB * fix --------- Co-authored-by: Ermal Kaleci <[email protected]>
- Loading branch information
1 parent
a7e5aea
commit f46830c
Showing
4 changed files
with
29 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,6 +86,8 @@ jobs: | |
toolchain: nightly-2023-04-15 | ||
components: rustfmt | ||
target: wasm32-unknown-unknown | ||
- name: Install cargo-nextest | ||
uses: taiki-e/install-action@nextest | ||
- name: Setup cmake | ||
uses: jwlawson/[email protected] | ||
- name: Run benchmarking tests | ||
|
@@ -113,6 +115,8 @@ jobs: | |
toolchain: nightly-2023-04-15 | ||
components: rustfmt | ||
target: wasm32-unknown-unknown | ||
- name: Install cargo-nextest | ||
uses: taiki-e/install-action@nextest | ||
- name: Setup cmake | ||
uses: jwlawson/[email protected] | ||
- name: Run runtime tests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters