mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-03-16 00:40:50 +00:00
9 lines
130 B
YAML
9 lines
130 B
YAML
language: rust
|
|
rust:
|
|
- 1.16.0
|
|
- beta
|
|
- nightly
|
|
script:
|
|
- cargo test --all
|
|
- LALRPOP_LANE_TABLE=enabled cargo test --all
|