Skip to content

Commit

Permalink
don't look
Browse files Browse the repository at this point in the history
  • Loading branch information
bahlo committed Nov 30, 2023
1 parent 2ff71b7 commit 9332804
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,17 @@ jobs:
- name: Install rust
uses: actions-rs/toolchain@v1
- name: Run cargo test
uses: actions-rs/cargo@v1
# uses: actions-rs/cargo@v1
run:
echo -n "$AXIOM_TOKEN" | wc -c
env:
AXIOM_URL: ${{ secrets[matrix.url] }}
AXIOM_TOKEN: ${{ secrets[matrix.token] }}
AXIOM_ORG_ID: ${{ secrets[matrix.org_id] }}
AXIOM_DATASET_SUFFIX: ${{ github.run_id }}
with:
command: test
args: ${{ matrix.flags }} -- --test-threads 1
# with:
# command: test
# args: ${{ matrix.flags }} -- --test-threads 1
build_examples:
name: Build examples
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9332804

Please sign in to comment.