Skip to content

Update dependency vue-tsc to v3.2.1 #303

Update dependency vue-tsc to v3.2.1

Update dependency vue-tsc to v3.2.1 #303

Workflow file for this run

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- run: |
rustup toolchain install nightly
rustup default nightly
- name: Run tests
run: cargo test --workspace -- --nocapture