Skip to content

Commit

Permalink
ci: Fix up test script
Browse files Browse the repository at this point in the history
  • Loading branch information
xry111 committed Apr 30, 2024
1 parent 8e0c9ea commit 8b5daa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
test:
name: Test on Ubuntu, $${ matrix.mode }} mode
name: Test on Ubuntu
runs-on: ubuntu-22.04
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion mocktest/test_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set +e

mode=${mode:-debug}

cargo build --$mode
cargo build $([ $mode != debug ] && echo --$mode)

mkdir -p output

Expand Down

0 comments on commit 8b5daa4

Please sign in to comment.