fixes #13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test fazic_lib | |
on: [push] | |
jobs: | |
release: | |
name: release ${{ matrix.target }} | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
steps: | |
- uses: actions/checkout@master | |
- name: Compile and release | |
uses: Swatinem/[email protected] | |
- name: Testing fazic_lib | |
run: | | |
cd fazic_lib | |
cargo test | |