Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fox0430 committed Nov 26, 2024
1 parent 09fcc28 commit f9d3002
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,7 @@

name: Unit tests

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

permissions:
contents: read
Expand Down Expand Up @@ -81,4 +74,5 @@ jobs:
- name: Run unit test
run: |
xvfb-run env XDG_SESSION_TYPE=x11 nimble test --verbose -y
nimble build
nim c -r tests/texmode

0 comments on commit f9d3002

Please sign in to comment.