Skip to content

Commit

Permalink
make rust first
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Oct 19, 2023
1 parent 70cc0d6 commit 747df3a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Run workspace tests
run: cargo test --workspace --verbose
- name: Setup Pages
uses: actions/configure-pages@v3
# Build with trunk-rs
- name: Set up Rust
uses: dtolnay/rust-toolchain@nightly
with:
targets: wasm32-unknown-unknown
toolchain: nightly-x86_64-unknown-linux-gnu
components: rust-src
- uses: actions/checkout@v3
- name: Run workspace tests
run: cargo test --workspace --verbose
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Install Trunk
uses: mbround18/[email protected]
- name: Build and Deploy Leptos Directory
Expand Down

0 comments on commit 747df3a

Please sign in to comment.