Skip to content

workflow(fix): Update CI workflow. #2

workflow(fix): Update CI workflow.

workflow(fix): Update CI workflow. #2

Workflow file for this run

on: [push]
name: unit_tests
jobs:
unit_tests:

Check failure on line 6 in .github/workflows/unit_tests.yml

View workflow run for this annotation

GitHub Actions / unit_tests

Invalid workflow file

The workflow is not valid. .github/workflows/unit_tests.yml (Line: 6, Col: 3): The workflow must contain at least one job with no dependencies.
needs: check
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