Skip to content

Commit

Permalink
Merge branch 'main' into avara1986/iast_script_improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
avara1986 authored Oct 7, 2024
2 parents 40ea4b5 + 6ae8477 commit d64cabb
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,15 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
archs: x86_64 i686
#- os: arm-4core-linux
# archs: aarch64
- os: windows-latest
archs: AMD64 x86
- os: macos-latest
archs: arm64
os: [ubuntu-latest, windows-latest, macos-latest]
# Keep this in sync with hatch.toml
python-version: ["3.7", "3.10", "3.12"]
steps:
- uses: actions/checkout@v4
# Include all history and tags
with:
fetch-depth: 0

- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.12'

- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install latest stable toolchain and rustfmt
run: rustup update stable && rustup default stable && rustup component add rustfmt clippy
Expand All @@ -44,4 +33,4 @@ jobs:
version: "1.12.0"

- name: Run tests
run: hatch run ddtrace_unit_tests:test
run: hatch run +py=${{ matrix.python-version }} ddtrace_unit_tests:test

0 comments on commit d64cabb

Please sign in to comment.