Skip to content

Commit

Permalink
XUZ
Browse files Browse the repository at this point in the history
  • Loading branch information
filmil committed Nov 13, 2024
1 parent 046c370 commit 544e134
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Main
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: "43 17 * * 0"
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
test-default-features:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 'Test ICU `main`'
run: 'make DOCKER_TEST_ENV=rust_icu_testenv-current docker-test-current'

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif
# make USED_BUILDENV_VERSION=whatever-you-want docker-test
#
# NOTE: This version number is completely independent of the crate version.
USED_BUILDENV_VERSION ?= 1.74.0
USED_BUILDENV_VERSION ?= 1.82.0

CARGO_FEATURE_VERSION :=

Expand Down

0 comments on commit 544e134

Please sign in to comment.