ci: run tests

This commit is contained in:
figsoda 2023-01-03 14:25:24 -05:00
parent bc2a7d4e21
commit 1883fbfc84

View File

@ -32,6 +32,19 @@ jobs:
env:
GEN_ARTIFACTS: artifacts
test:
name: test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install nix
uses: cachix/install-nix-action@v18
- name: Cargo test
run: cargo test
clippy-rustfmt:
name: clippy-rustfmt
runs-on: ubuntu-latest