Skip to content

Commit

Permalink
Update: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kanarus committed Feb 19, 2024
1 parent 051004f commit 73fc3cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions 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 @@ -51,4 +51,4 @@ jobs:
- name: Run tasks
run: |
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
task test check ${{ matrix.toolchain == 'nightly' && 'bench' || '' }}
task test check ${{ matrix.toolchain == 'nightly' && 'bench_dryrun' || '' }}
5 changes: 5 additions & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ tasks:
- check_rt_tokio
- check_rt_async-std

bench_dryrun:
dir: benches
cmds:
- cargo bench --no-run

bench:
dir: benches
cmds:
Expand Down

0 comments on commit 73fc3cf

Please sign in to comment.