Compare commits

..

No commits in common. "b3f58576c6af1e3b5053375b6dbf301b150f7775" and "a2099da6a06b7a3e9f42d4dce38b74356e53a34e" have entirely different histories.

4 changed files with 2 additions and 16 deletions

View file

@ -3,11 +3,7 @@ jobs:
test:
runs-on: docker
steps:
- name: Test
uses: https://git.kemitix.net/kemitix/rust@v0.2.1
- name: Test Rust image
uses: https://git.kemitix.net/kemitix/rust@v0.2.0
with:
args: test
- name: Build
uses: https://git.kemitix.net/kemitix/rust@v0.2.1
with:
args: build

1
.gitignore vendored
View file

@ -1 +0,0 @@
/target

View file

@ -1,6 +0,0 @@
[package]
name = "rust"
version = "0.1.0"
edition = "2021"
[dependencies]

View file

@ -1,3 +0,0 @@
fn main() {
println!("Hello, world!");
}