Update rust.yml

This commit is contained in:
G2 2024-04-23 12:38:44 -05:00 committed by GitHub
parent efe895d4ff
commit 334c29e98d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Setup rust environment
run: rustup target add wasm32-unknown-unknown
- name: Build - name: Build
run: cargo build --verbose run: cargo build --verbose
- name: Run tests - name: Run tests