Skip to content

Merge pull request #16 from duckinator/fix-auto-cargo-release-workflow #6

Merge pull request #16 from duckinator/fix-auto-cargo-release-workflow

Merge pull request #16 from duckinator/fix-auto-cargo-release-workflow #6

Workflow file for this run

name: Tests
on: push
jobs:
tests:
runs-on: "ubuntu-20.04"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Rust
run: rustup update
- name: Run tests
run: cargo test