We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a91b9b + baa969a commit d9b08f9Copy full SHA for d9b08f9
.github/workflows/rust.yml
@@ -16,7 +16,5 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v3
19
- - name: Run tests
20
- run: shopt -s expand_aliases && alias cc='clang' && cargo test --verbose
21
- name: Run deploy
22
run: make deploy-lite CC=clang
0 commit comments