Skip to content

Commit

Permalink
Check rustc version
Browse files Browse the repository at this point in the history
  • Loading branch information
gftea committed Jan 30, 2024
1 parent 8207bed commit 05b2b98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
- -F urispec
- --all-features --release
steps:
- name: Check rust version
run: rustc -V; cargo -V; rustup -V

- uses: actions/checkout@v3
- name: Start RabbitMQ server
run: ./start_rabbitmq.sh
Expand Down

0 comments on commit 05b2b98

Please sign in to comment.