basic test action

This commit is contained in:
Nicholas Ward 2021-08-06 16:31:07 -07:00
parent a255c320ac
commit 40f5dc6a1f

View File

@ -0,0 +1,17 @@
name: Continuous Integration
on:
push:
branches: [main]
pull_request: ~
jobs:
test:
name: Standard test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Test
uses: icepuma/rust-action@master
with:
args: cargo test --release