Skip to content

Commit

Permalink
get rid of toolchain logic entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
y21 committed Sep 8, 2024
1 parent 69854fd commit bd182d5
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install
uses: actions-rs/toolchain@v1
with:
profile: minimal


- name: Test VM
uses: actions-rs/cargo@v1
with:
command: test
args: -p dash_vm # no --all-features because jit
run: cargo t -p dash-vm # no --all-features because jit

- name: Test lints
uses: actions-rs/cargo@v1
with:
command: test
args: -p lints
run: cargo t -p lints

- name: Lints
run: ./lints.sh
Expand Down

0 comments on commit bd182d5

Please sign in to comment.