Skip to content

Commit

Permalink
upgraded Rust to 1.84
Browse files Browse the repository at this point in the history
  • Loading branch information
frol committed Jan 28, 2025
1 parent fb96077 commit 64dfdff
Show file tree
Hide file tree
Showing 4 changed files with 326 additions and 108 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: Install cargo-near
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/latest/download/cargo-near-installer.sh | sh
- name: Build community factory contract
run: cd community-factory && cargo near build reproducible-wasm
run: cd community-factory && cargo near build non-reproducible-wasm
- name: Build devhub contract
run: cargo near build reproducible-wasm
run: cargo near build non-reproducible-wasm
- name: Unit tests
run: cargo test
Loading

0 comments on commit 64dfdff

Please sign in to comment.