Skip to content

Commit 0cd16fe

Browse files
marcoieniMark-Simulacrum
authored andcommitted
chore: remove deprecated action
1 parent cb33e1b commit 0cd16fe

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ jobs:
44
build:
55
runs-on: ${{ matrix.os }}
66
steps:
7-
- uses: actions/checkout@v2
7+
- uses: actions/checkout@v4
88
- run: rustup default ${{ matrix.channel }}
9-
- uses: rust-lang/simpleinfra/github-actions/simple-ci@master
9+
- name: Build
10+
run: cargo build --tests --workspace
11+
- name: Test
12+
run: cargo test --workspace
1013
strategy:
1114
matrix:
1215
os: [ubuntu-latest, macos-latest, windows-latest]

0 commit comments

Comments
 (0)