Skip to content

Commit

Permalink
Add rust runner for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
oovm committed Apr 7, 2024
1 parent 086b871 commit e21a163
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
toolchain: nightly
override: true
components: rustfmt, clippy
# - name: Build
# run: cargo build --release
- name: Build
run: cargo build --release
- name: Tests
run: cargo test --release

0 comments on commit e21a163

Please sign in to comment.