Skip to content

workflow(fix): Update CI workflow. #3

workflow(fix): Update CI workflow.

workflow(fix): Update CI workflow. #3

Workflow file for this run

on: [push]
name: unit_tests
jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
components: rust-src
- name: Run unit tests
run: bash ./test.sh