Skip to content

Commit

Permalink
Fixed malformed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ReCore-sys committed Dec 1, 2024
1 parent a3f3199 commit 4019976
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
name: Rust

on:
pull_request:
branches: [ "master", "rewrite/v3" ]
push:
branches: [ "master", "rewrite/v3" ]
workflow_dispatch:

env:
CARGO_TERM_COLOR: always



jobs:
format:
name: Check code formatting
Expand Down Expand Up @@ -144,4 +158,4 @@ jobs:
targets: ${{ matrix.target }}

- name: Run tests
run: cargo test --target ${{ matrix.target }} --verbose
run: cargo test --target ${{ matrix.target }} --verbose

0 comments on commit 4019976

Please sign in to comment.