We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98b4a6 commit a9e4483Copy full SHA for a9e4483
.github/workflows/l10n.yml
@@ -63,7 +63,7 @@ jobs:
63
shell: bash
64
run: |
65
## Build with l10n features
66
- cargo build --features ${{ matrix.job.features }} -p uucore
+ cargo build --features ${{ matrix.job.features }}
67
- name: Test l10n functionality
68
69
@@ -72,14 +72,6 @@ jobs:
72
cargo test --features i18n
73
env:
74
RUST_BACKTRACE: "1"
75
- - name: Test translate! macro usage
76
- shell: bash
77
- run: |
78
- ## Test translate! macro usage in actual utilities
79
- cargo test --features ${{ matrix.job.features }} -p uu_touch translate
80
- cargo test --features ${{ matrix.job.features }} -p uu_uptime translate
81
- env:
82
- RUST_BACKTRACE: "1"
83
84
l10n_disable_test:
85
name: L10n/Disabled Build Test
0 commit comments