Skip to content

Commit

Permalink
debug ci: Fix trigger and only lsp tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fox0430 committed Oct 15, 2023
1 parent 8413521 commit 42ba200
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,7 @@

name: Unit tests

on:
push:
paths:
- '.github/workflows/test.yaml'
- 'example/**'
- 'moe.nimble'
- 'src/**'
- 'tests/**'
branches:
- develop
- master
pull_request:
paths:
- '.github/workflows/test.yaml'
- 'example/**'
- 'moe.nimble'
- 'src/**'
- 'tests/**'
on: push

permissions:
contents: read
Expand Down Expand Up @@ -91,4 +74,4 @@ jobs:
- name: Run unit test
run: |
xvfb-run nimble test --verbose -y
nim c -r tests/tlspclient

0 comments on commit 42ba200

Please sign in to comment.