Skip to content

Commit

Permalink
Merge pull request #20 from itytophile/tests-after-refactor
Browse files Browse the repository at this point in the history
Update the refactor branch: updates from master branch, tests with ROMs, clippy lints
  • Loading branch information
YushiOMOTE authored Jul 10, 2024
2 parents e682796 + 2b702f6 commit ecf91a9
Show file tree
Hide file tree
Showing 30 changed files with 2,327 additions and 1,045 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
submodules: true
- name: Prepare
run: |
sudo apt update
sudo apt install libasound2-dev libxcursor-dev
- name: fmt (stable)
run: cargo fmt --check
- name: Build (stable)
run: cargo build --verbose
- name: Build examples (stable)
run: cargo build --verbose --examples
- name: Clippy (stable)
run: cargo clippy --workspace --examples --tests --benches
- name: Test (stable)
run: cargo test --verbose
- name: Install nightly
Expand Down
Loading

0 comments on commit ecf91a9

Please sign in to comment.