modif actions

This commit is contained in:
Justine Pelletreau 2023-07-17 11:05:41 +02:00
parent 20794ef2ec
commit 60d8c5f48c

View File

@ -13,11 +13,15 @@ jobs:
container:
image: rust:latest
steps:
- name: Check-out
uses: actions/checkout@v3
- run: ls -la
- name: Test
run: cargo test
- name: Build
run: cargo build --release