run tests in ci

This commit is contained in:
figsoda 2023-01-03 14:20:40 -05:00
parent 022c339491
commit bc2a7d4e21

View File

@ -24,10 +24,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Cargo build
- name: Cargo build and test
run: |
rustup toolchain install stable --profile minimal -t ${{ matrix.target }}
cargo +stable build --target ${{ matrix.target }}
cargo +stable test --target ${{ matrix.target }}
env:
GEN_ARTIFACTS: artifacts