Skip to content

Commit

Permalink
chore: commit stuff for now
Browse files Browse the repository at this point in the history
  • Loading branch information
raklaptudirm committed Jan 4, 2025
1 parent beecd38 commit 78ccb09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:

- run: cargo clippy # look for lint errors
- run: cargo build # look for build errors
- run: cargo test # look for test errors
- run: cargo test --release --workspace # look for test errors
- run: cargo doc # look for bad documentation
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ Cargo.lock
*.pdb

/mexx/
/dev/
/dev/
/src/
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[workspace]
members = [
"uxi",
"games/ataxx"
"games/ataxx",
"mexx"
]

0 comments on commit 78ccb09

Please sign in to comment.