Skip to content

Commit

Permalink
feat: add mold for linux
Browse files Browse the repository at this point in the history
Also use pixi more in `end-to-end` test
  • Loading branch information
Hofer-Julian committed Aug 26, 2024
1 parent 41ce4b1 commit d0722ad
Show file tree
Hide file tree
Showing 5 changed files with 696 additions and 452 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,11 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.75.0"
- uses: prefix-dev/[email protected]
- if: runner.os == 'macOS'
run: pixi global install patchelf
# build in release mode so that it's reasonably fast to run the tests
- run: cargo build --release
- run: cargo test --release -p rust-tests -- --test-threads 1
- run: pixi run end_to_end_test -s -v
- run: pixi run build-release
- run: pixi run test-ci
- run: pixi run end-to-end-test -s -v
env:
PREFIX_DEV_READ_ONLY_TOKEN: ${{ secrets.PREFIX_DEV_READ_ONLY_TOKEN }}
ANACONDA_ORG_TEST_TOKEN: ${{ secrets.ANACONDA_ORG_TEST_TOKEN }}
Loading

0 comments on commit d0722ad

Please sign in to comment.