Skip to content

Commit

Permalink
Update and rename testing.yml to pull_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmielchen authored Jan 29, 2024
1 parent 50666da commit 600d1d8
Showing 1 changed file with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
name: Testing
name: Pull Request

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: build

test:
runs-on: ubuntu-latest
steps:
Expand All @@ -17,4 +26,3 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: --vorbose

0 comments on commit 600d1d8

Please sign in to comment.