Skip to content

Commit a9e4483

Browse files
committed
fix github
1 parent a98b4a6 commit a9e4483

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/l10n.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
shell: bash
6464
run: |
6565
## Build with l10n features
66-
cargo build --features ${{ matrix.job.features }} -p uucore
66+
cargo build --features ${{ matrix.job.features }}
6767
- name: Test l10n functionality
6868
shell: bash
6969
run: |
@@ -72,14 +72,6 @@ jobs:
7272
cargo test --features i18n
7373
env:
7474
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"
8375

8476
l10n_disable_test:
8577
name: L10n/Disabled Build Test

0 commit comments

Comments
 (0)