Skip to content

Commit

Permalink
Configure ci (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Apr 11, 2021
1 parent cfd50bd commit 4ff0f32
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
@@ -0,0 +1,14 @@
name: CI

on:
- push
- pull_request

jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
cargo test

0 comments on commit 4ff0f32

Please sign in to comment.