Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/test_simpleaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'skip ci')"
strategy:
matrix:
os: [ubuntu-latest, macos-13]
os: [ubuntu-latest, macos-15]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
Expand All @@ -27,9 +27,6 @@ jobs:
override: true
components: rustfmt

- name: Check format
run: cargo fmt -- --check

- name: Build
run: cargo build --verbose --release

Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ TEST_REF
TEST_REF_CLAPV4
TEST_REF_ROERS
blarg
gencode_v49_simpleaf/
pbmc_1k_v3_test_quant/
pbmc_1k_v3_test_quant_new/
scripts/download_accessions_rush.sh

# macOS Finder metadata
**/.DS_Store
Loading
Loading