Skip to content

Commit

Permalink
nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Aug 9, 2024
1 parent 0af0490 commit 32f35fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
with:
toolchain: stable
- run: |
rustup target add wasm32-unknown-unknown --toolchain nightly
rustup target add wasm32-unknown-unknown
rustup component add rust-src
Expand All @@ -54,7 +55,7 @@ jobs:
- name: Build all binaries
run: |
rm -rf target/ Cargo.lock ~/.cargo/registry
cargo build --release --bins
cargo +nightly build --release --bins
- name: Aura Integration tests
run: |
Expand Down

0 comments on commit 32f35fa

Please sign in to comment.