Skip to content

Commit

Permalink
github actions update
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Mar 30, 2024
1 parent 09ae270 commit 3151dbb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@ jobs:
run: cargo test --all --features check
- name: Run tests build_cc
run: cargo test --all --features "build_cc usecxx17"
- name: Run tests build_cc
- name: Run tests native-cpu
run: cargo test --all --features native-cpu
- name: Run tests local_dynamic_tls
run: cargo test --all --features local_dynamic_tls
- name: Run tests lto
run: cargo test --all --features lto

0 comments on commit 3151dbb

Please sign in to comment.