Skip to content

Commit 954e198

Browse files
Merge pull request #1443 from andrew-johnson-4/andrew-johnson-4-patch-5
Update rust.yml
2 parents c9193d9 + 1ab7488 commit 954e198

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v3
19-
- name: Build
20-
run: cargo build --verbose
2119
- name: Run tests
22-
run: cargo test --verbose
20+
run: shopt -s expand_aliases && alias cc='clang' && cargo test --verbose
2321
- name: Run deploy
24-
run: make deploy-lite
22+
run: make deploy-lite CC=clang

0 commit comments

Comments
 (0)