Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ysthakur/man_completions
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur committed Aug 6, 2023
2 parents bb2fdd5 + 5e7e83b commit ed195a1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Test

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

env:
CARGO_TERM_COLOR: always

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

0 comments on commit ed195a1

Please sign in to comment.