We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ff09e commit 9a8b7beCopy full SHA for 9a8b7be
3 files changed
.github/workflows/lint.yml
@@ -29,4 +29,4 @@ jobs:
29
run: yarn typecheck
30
31
- name: Run linting
32
- run: yarn lint
+ run: yarn lint
.github/workflows/tests.yml
@@ -30,21 +30,3 @@ jobs:
- name: Run frontend tests
run: yarn test
33
-
34
- # rust-tests:
35
- # name: Rust Tests
36
- # runs-on: ubuntu-latest
37
38
- # steps:
39
- # - uses: actions/checkout@v4
40
41
- # - name: Setup Rust
42
- # uses: dtolnay/rust-toolchain@stable
43
44
- # - name: Cache Rust dependencies
45
- # uses: swatinem/rust-cache@v2
46
- # with:
47
- # workspaces: ./src-tauri -> target
48
49
- # - name: Run Rust tests
50
- # run: cd src-tauri && cargo test
0 commit comments