Skip to content

Commit

Permalink
Fix lazy CI for snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark committed Oct 6, 2021
1 parent 2f5a41c commit 943e321
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lazy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ jobs:
name: Check snapshots (without validation)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- uses: actions-rs/cargo@v1
name: Test all (without validation)
with:
Expand Down
1 change: 1 addition & 0 deletions tests/in/bits.param.ron
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(
msl_custom: true,
msl: (
lang_version: (1, 2),
per_stage_map: (
Expand Down

0 comments on commit 943e321

Please sign in to comment.