Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update github action to test on pull requests #19

Merged
merged 2 commits into from
Sep 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ packages that can be installed respective package manager.

This image illustrates the relationship.

```
```ini
1 n 1 n 1 n
pacdef ----> group ----> section ----> package
```
Expand Down Expand Up @@ -139,7 +139,7 @@ run one of the two commands.

This tree shows my pacdef repository (not the `pacdef` config dir).

```
```ini
.
├── generic
│ ├── audio
Expand Down