Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed Sep 14, 2024
1 parent f4843a4 commit 40e6462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
cargo install --version 0.2.1 cross
echo "CARGO=cross" >> $GITHUB_ENV
- name: Build
run: ls assets/tokens/tokens && ${{ env.CARGO }} build --verbose --target "${{ matrix.build }}"
run: ls assets/tokens && ${{ env.CARGO }} build --verbose --target "${{ matrix.build }}"
- name: Test
run: ${{ env.CARGO }} test --verbose --target "${{ matrix.build }}"
- name: Build Release Artifact
Expand Down

0 comments on commit 40e6462

Please sign in to comment.