Skip to content

Commit

Permalink
Add run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Feb 1, 2022
1 parent de46d54 commit 11c8e50
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,17 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

run:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest ]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- run: cargo run instakk update install
- run: cargo run install update install && exit 1 || exit 0
- run: cargo run hoge update install && exit 1 || exit 0

0 comments on commit 11c8e50

Please sign in to comment.