Skip to content

Commit

Permalink
Fix nightly workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Dec 2, 2021
1 parent 88d8d39 commit 682ca49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run tests
run: cargo test --all
- name: Run example scripts
run: cargo run --release --bin rune -- --recursive --test --experimental -O macros=true scripts
run: cargo run --release --bin rune -- check --recursive --experimental scripts
- name: Build
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 682ca49

Please sign in to comment.