mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-03-15 00:10:50 +00:00
13 lines
169 B
YAML
13 lines
169 B
YAML
language: rust
|
|
rust:
|
|
- stable
|
|
- beta
|
|
- nightly
|
|
script:
|
|
- cd lalrpop
|
|
- cargo test
|
|
- cd ../lalrpop-test
|
|
- cargo test
|
|
- cd ../doc/calculator
|
|
- cargo test
|