-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
4 additions
and
28 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 |
---|---|---|
|
@@ -29,32 +29,8 @@ jobs: | |
with: | ||
toolchain: stable | ||
|
||
- name: Build Rust | ||
run: npm run build-rust | ||
|
||
- name: Test Rust | ||
run: npm run test-rust | ||
|
||
# Separate build job for JavaScript | ||
build-javascript: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- name: Setup .NET | ||
uses: actions/setup-dotnet@v1 | ||
with: | ||
dotnet-version: "8.0.x" | ||
|
||
- name: Restore tools | ||
run: dotnet tool restore | ||
- name: Build F# | ||
run: npm run build:examples:pong:rust | ||
|
||
- name: Setup Node.js environment | ||
uses: actions/[email protected] | ||
|
||
- name: Build JS | ||
run: npm run build-js | ||
|
||
- name: Test JS | ||
run: npm run test-js-node | ||
- name: Build Rust | ||
run: cargo build |