Skip to content

Commit

Permalink
Merge pull request #2698 from iced-rs/feature/test-crate
Browse files Browse the repository at this point in the history
Headless Mode Testing
  • Loading branch information
hecrj authored Dec 17, 2024
2 parents a687a83 + e5545aa commit f2c9b6b
Show file tree
Hide file tree
Showing 44 changed files with 8,394 additions and 195 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [stable, beta, "1.80"]
rust: [stable, beta, "1.81"]
steps:
- uses: hecrj/setup-rust-action@v2
with:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
target/
pkg/
**/*.rs.bk
Cargo.lock
dist/
traces/
Loading

0 comments on commit f2c9b6b

Please sign in to comment.