-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d30c29a
commit 0f263be
Showing
2 changed files
with
8 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,11 @@ jobs: | |
name: CI | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions-rust-lang/setup-rust-toolchain@v1 | ||
- uses: extractions/setup-just@v2 | ||
- uses: cargo-bins/[email protected] | ||
- run: just ci | ||
- name: Set up toolchain | ||
uses: actions-rust-lang/setup-rust-toolchain@v1 | ||
- name: Install tools | ||
uses: cargo-bins/[email protected] | ||
run: cargo binstall -y just wasm-bindgen-cli wasm-opt | ||
- name: Run CI script | ||
uses: actions/checkout@v4 | ||
run: just ci |
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