Skip to content

Commit

Permalink
add rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
blind-oracle committed Jun 11, 2024
1 parent bebb6a3 commit b815863
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- run: rustup toolchain install stable --profile minimal
- name: Install rustup
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --profile minimal

- uses: Swatinem/rust-cache@v2

- name: Build
run: cargo build

- name: Run tests
run: cargo test

0 comments on commit b815863

Please sign in to comment.