Skip to content

Commit

Permalink
chore: rust-toolchain to CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Teolhyn committed Aug 22, 2024
1 parent 874df56 commit 1a12497
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Build
run: cargo build --release --target wasm32-unknown-unknown
- name: Run tests
Expand Down
2 changes: 2 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
targets = [ "wasm32-unknown-unknown" ]

0 comments on commit 1a12497

Please sign in to comment.