Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ripytide committed Sep 28, 2024
1 parent ffe71e1 commit a51a50a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Cargo Build and Test
name: Cargo Test

on:
push:
branches: [$default-branch]
pull_request:
branches: [$default-branch]
branches:
- main

env:
CARGO_TERM_COLOR: always
Expand All @@ -14,7 +13,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
- name: Cargo Test
run: cargo test --verbose

0 comments on commit a51a50a

Please sign in to comment.