856cce5c03
build: install nightly and v1.74.1 directly in dockerfile
...
/ test (map[name:nightly]) (push) Successful in 2m47s
/ test (map[name:stable]) (push) Successful in 3m48s
/ test (map[name:v1.74.1]) (push) Successful in 1m37s
Switching test from 1.81.0 to 1.74.1 to match an MSRV that I actually use.
2025-01-11 20:07:05 +00:00
1a5bd83c1e
build: clear previous version from cache
/ test (map[name:nightly]) (push) Successful in 1m47s
/ test (map[name:stable]) (push) Successful in 1m49s
/ test (map[name:v1.81.0]) (push) Successful in 1m32s
2025-01-11 18:26:16 +00:00
362a4cd064
build: get password from secrets
/ test (map[name:nightly]) (push) Successful in 1m55s
/ test (map[name:stable]) (push) Successful in 1m38s
/ test (map[name:v1.81.0]) (push) Successful in 1m30s
2025-01-11 17:05:50 +00:00
6e8d6b6e63
build: use credentials to login
/ test (map[name:stable]) (push) Successful in 1m20s
/ test (map[name:nightly]) (push) Successful in 1m57s
/ test (map[name:v1.81.0]) (push) Successful in 1m39s
2025-01-11 16:56:28 +00:00
4179c0c716
build: add docker login step
/ test (map[name:nightly]) (push) Successful in 1m12s
/ test (map[name:stable]) (push) Successful in 1m57s
/ test (map[name:v1.81.0]) (push) Successful in 1m28s
2025-01-11 08:15:59 +00:00
17860073ec
build: run on ubuntu-latest
/ test (map[name:stable]) (push) Successful in 1m30s
/ test (map[name:v1.81.0]) (push) Successful in 1m31s
/ test (map[name:nightly]) (push) Successful in 1m34s
2025-01-10 21:12:28 +00:00
8019e1e247
build: run action on dind
/ test (map[name:nightly]) (push) Successful in 3m30s
/ test (map[name:v1.81.0]) (push) Successful in 1m14s
/ test (map[name:stable]) (push) Successful in 1m30s
2025-01-10 20:59:47 +00:00
d9d3dd6bf7
build: fix typo
/ test (map[name:nightly]) (push) Successful in 1m38s
/ test (map[name:v1.81.0]) (push) Successful in 1m47s
/ test (map[name:stable]) (push) Successful in 2m11s
2025-01-10 20:27:35 +00:00
5b2365e925
build: build and publish image nightly
...
/ test (map[name:nightly]) (push) Successful in 1m29s
/ test (map[name:stable]) (push) Successful in 1m7s
/ test (map[name:v1.81.0]) (push) Successful in 1m37s
Removes need to update toolchain for every action step
2025-01-10 20:12:18 +00:00
Renovate Bot
961c02bcf9
chore(deps): update https://git.kemitix.net/kemitix/rust action to v2.5.1
/ test (map[name:stable]) (push) Successful in 2m17s
/ test (map[name:v1.81.0]) (push) Successful in 3m20s
/ test (map[name:nightly]) (push) Successful in 1m54s
2025-01-09 17:43:03 +00:00
Renovate Bot
fcf7e37076
chore(deps): update kemitix/rust action to v2.5.0
/ test (map[name:nightly]) (push) Successful in 1m28s
/ test (map[name:stable]) (push) Successful in 1m34s
/ test (map[name:v1.81.0]) (push) Successful in 1m17s
2024-12-02 23:03:32 +00:00
1e5a6defe2
build: bump rust action to 2.4.1
/ test (map[name:v1.81.0]) (push) Successful in 1m33s
/ test (map[name:stable]) (push) Successful in 2m11s
/ test (map[name:nightly]) (push) Successful in 4m19s
2024-11-14 10:38:17 +00:00
ef62a42e14
build: use pinned version of rust action
...
/ test (map[name:stable]) (push) Successful in 3m37s
/ test (map[name:nightly]) (push) Successful in 2m20s
/ test (map[name:v1.81.0]) (push) Successful in 1m2s
Using a branch doesn't help as the action runners cache the action the
first time they use it and don't update when the branch changes.
2024-11-14 09:16:19 +00:00
75ceb6061c
feat: add cargo machete to image
/ test (map[name:nightly]) (push) Successful in 2m42s
/ test (map[name:v1.81.0]) (push) Successful in 40s
/ test (map[name:stable]) (push) Successful in 4m16s
2024-09-17 15:03:34 +01:00
3daf1c7ccf
test: test the cargo fmt and clippy work
/ test (map[name:stable]) (push) Successful in 2m15s
/ test (map[name:v1.81.0]) (push) Successful in 12s
/ test (map[name:nightly]) (push) Successful in 2m48s
2024-09-17 11:09:03 +01:00
3fa43fa798
build: test against a specific version of rust
/ test (map[name:nightly]) (push) Successful in 32s
/ test (map[name:v1.81.0]) (push) Successful in 5s
/ test (map[name:stable]) (push) Successful in 57s
2024-09-17 09:51:55 +01:00
b352ee0e67
test: use correct matrix syntax
/ test (map[name:nightly]) (push) Successful in 2m16s
/ test (map[name:stable]) (push) Successful in 1m51s
2024-09-17 09:29:18 +01:00
d9532aa17a
build: be more flexible in apt-get versions for docker image
...
/ test (push) Successful in 1h0m55s
Also merges as we can't build without both in place:
fix(build): revert invalid matrix syntax
Back out "test: verify matrix with stable and nightly"
This backs out commit 5fc345c0de
.
2024-09-17 08:44:43 +01:00
5fc345c0de
test: verify matrix with stable and nightly
/ test (nightly) (push) Successful in 4s
/ test (stable) (push) Successful in 4s
2024-09-16 17:19:34 +01:00
5b0798277d
fix: test runs on push to next and uses next branch
/ test (push) Successful in 5s
2024-08-11 09:00:32 +01:00
Renovate Bot
b51a3e44d0
chore(deps): update kemitix/rust action to v1
/ test (push) Failing after 8s
2024-08-02 18:46:25 +00:00
613e34beeb
fix: configure git email and username
/ test (push) Successful in 6s
2024-06-13 19:48:39 +01:00
e753a6169d
Update .forgejo/workflows/test.yml
...
/ test (push) Successful in 31s
Signed-off-by: kemitix <pcampbell@kemitix.net>
2024-06-13 19:39:40 +01:00
b8b8d82104
Version set to v0.2.7
/ test (push) Successful in 4s
2024-05-17 07:24:49 +01:00
8bc1fee17d
Version set to v0.2.6
/ test (push) Successful in 39s
2024-05-17 07:04:25 +01:00
e684533f8e
Version set to v0.2.5
/ test (push) Successful in 39s
2024-05-17 06:56:50 +01:00
b8636bc4fc
test runs the project
2024-05-16 19:54:56 +01:00
e4f0032f1a
test should checkout the project
/ test (push) Successful in 6s
2024-05-16 19:53:35 +01:00
a5931336f2
verify pwd and files in dir
/ test (push) Failing after 3s
2024-05-16 19:50:04 +01:00
b3f58576c6
build and test
/ test (push) Failing after 3s
2024-05-16 19:47:20 +01:00
a2099da6a0
first viable version
/ test (push) Failing after 38s
2024-05-16 19:44:39 +01:00
87fe665095
First implementation
/ test (push) Successful in 53s
2024-05-16 19:41:52 +01:00