Skip to content

parser(test): test till 1_s06 and disable the following test (exhausted) #19

parser(test): test till 1_s06 and disable the following test (exhausted)

parser(test): test till 1_s06 and disable the following test (exhausted) #19

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
paths:
- 'src/**'
pull_request:
branches: [ "main" ]
paths:
- 'src/**'
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test Parser
run: cargo test --verbose
working-directory: src/parser
- name: Test Lexer
run: cargo test --verbose
working-directory: src/lexer
- name: Test Analyzer
run: cargo test --verbose
working-directory: src/analyzer