Skip to content

Commit

Permalink
Merge pull request #76 from Ph0enixKM/Ph0enixKM-patch-1
Browse files Browse the repository at this point in the history
Update rust.yml workflow
  • Loading branch information
Ph0enixKM authored May 22, 2024
2 parents eee1502 + 029fdfb commit d1b6852
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,22 @@ name: Rust

on:
push:
branches: [ "*", "**" ]
branches:
- "*"
- "**"
pull_request_target:
branches:
- master

env:
CARGO_TERM_COLOR: always

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run validity tests
Expand Down

0 comments on commit d1b6852

Please sign in to comment.