Skip to content

Commit

Permalink
Tweak CI
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
  • Loading branch information
ggwpez committed Sep 6, 2024
1 parent e5a6dec commit 86fdec4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Rust

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

on:
push:
branches: [ "main" ]
Expand Down Expand Up @@ -34,3 +38,6 @@ jobs:
psvm -v stable2407-2
psvm -v 1.13.0
psvm -l
- name: Fmt
run: cargo fmt --all -- --check

0 comments on commit 86fdec4

Please sign in to comment.