Skip to content

Update README.md

Update README.md #209

Workflow file for this run

name: Linux Test
on:
push:
branches: ["master", "ci"]
pull_request:
branches: ["master", "ci"]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
- name: Update Node.js
run: npm install
- name: Create Dist Directory
run: mkdir dist
- name: Setup Environment
run: sudo ./scripts/setup.sh
- name: Test
run: cargo test --verbose --verbose
working-directory: src-tauri